#FB41D6

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

Shades of Razzle Dazzle Rose #FB41D6

Tints of Razzle Dazzle Rose #FB41D6

Color information

#FB41D6 (or 0xFB41D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 41 and D6. RGB value is (251,65,214). Sum of RGB (Red+Green+Blue) = 251+65+214=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB41D6 is #04BE29. Grayscale: #898989. Windows color (decimal): -310826 or 14041595. OLE color: 14041595.

HSL color Cylindrical-coordinate representation of color #FB41D6: hue angle of 311.94º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB41D6 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB25165214-
CMYK00.740.150.02
HSL311.94º95.88%61.96%-
HSV(B)311.94º74.1%98.43%-
XYZ53.8129.1466.41-
YUV137.6171.12208.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.36%
GREEN value IS 65 (25.78% from 255) = 12.26%
BLUE value IS 214 (83.98% from 255) = 40.38%
R=47.36%
G=12.26%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516521400.740.150.02311.9495.8861.96
HexFB41D604AF2138603e
Octal373101326011217247014076
Binary11111011100000111010110010010101111101001110001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB41D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB41D6; }

 p { color: rgb(251,65,214); }

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

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

 a { background-color: rgb(251,65,214); }

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

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

 span { border-color: rgb(251,65,214); }

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