#FF41BF

Color #FF41BF Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FF41BF

Tints of Razzle Dazzle Rose #FF41BF

Color information

#FF41BF (or 0xFF41BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 41 and BF. RGB value is (255,65,191). Sum of RGB (Red+Green+Blue) = 255+65+191=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41BF is #00BE40. Grayscale: #878787. Windows color (decimal): -48705 or 12534271. OLE color: 12534271.

HSL color Cylindrical-coordinate representation of color #FF41BF: hue angle of 320.21º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF41BF is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB25565191-
CMYK00.750.250
HSL320.21º100%62.75%-
HSV(B)320.21º74.51%100%-
XYZ52.5328.852.08-
YUV136.17158.95212.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 65 (25.78% from 255) = 12.72%
BLUE value IS 191 (75% from 255) = 37.38%
R=49.90%
G=12.72%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556519100.750.250320.2110062.75
HexFF41BF04B190140643f
Octal377101277011331050014477
Binary11111111100000110111111010010111100101010000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF41BF; }

 p { color: rgb(255,65,191); }

 H1.HeaderClassName
 {
   color: #FF41BF;
 }
 .AnyTagClassName
 {
   color: #FF41BF;
 }
</style>
background-color css

<style>
 a { background-color: #FF41BF; }

 a { background-color: rgb(255,65,191); }

 div.DivClassName
 {
   background-color: #FF41BF;
 }
 .BgClassName
 {
   background-color: #FF41BF;
 }
</style>
border-color css

<style>
 span { border-color: #FF41BF; }

 span { border-color: rgb(255,65,191); }

 td.TdClassName
 {
   border-color: #FF41BF;
 }
 .TagClassName
 {
   border-color: #FF41BF;
 }
</style>