#FB42EE

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

Shades of Razzle Dazzle Rose #FB42EE

Tints of Razzle Dazzle Rose #FB42EE

Color information

#FB42EE (or 0xFB42EE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 42 and EE. RGB value is (251,66,238). Sum of RGB (Red+Green+Blue) = 251+66+238=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 66 (26.17% from 255 or 11.89% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB42EE is #04BD11. Grayscale: #8C8C8C. Windows color (decimal): -310546 or 15614715. OLE color: 15614715.

HSL color Cylindrical-coordinate representation of color #FB42EE: hue angle of 304.22º 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 #FB42EE is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB25166238-
CMYK00.740.050.02
HSL304.22º95.85%62.16%-
HSV(B)304.22º73.71%98.43%-
XYZ57.1630.5883.78-
YUV140.92182.79206.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.23%
GREEN value IS 66 (26.17% from 255) = 11.89%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=45.23%
G=11.89%
B=42.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516623800.740.050.02304.2295.8562.16
HexFB42EE04A52130603e
Octal37310235601125246014076
Binary1111101110000101110111001001010101101001100001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB42EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB42EE; }

 p { color: rgb(251,66,238); }

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

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

 a { background-color: rgb(251,66,238); }

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

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

 span { border-color: rgb(251,66,238); }

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