#F942E6

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

Shades of Razzle Dazzle Rose #F942E6

Tints of Razzle Dazzle Rose #F942E6

Color information

#F942E6 (or 0xF942E6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 42 and E6. RGB value is (249,66,230). Sum of RGB (Red+Green+Blue) = 249+66+230=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F942E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F942E6 is #06BD19. Grayscale: #8A8A8A. Windows color (decimal): -441626 or 15090425. OLE color: 15090425.

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

Color convert

RGB24966230-
CMYK00.730.080.02
HSL306.23º93.85%61.76%-
HSV(B)306.23º73.49%97.65%-
XYZ55.329.7577.69-
YUV139.41179.13206.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.69%
GREEN value IS 66 (26.17% from 255) = 12.11%
BLUE value IS 230 (90.23% from 255) = 42.20%
R=45.69%
G=12.11%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496623000.730.080.02306.2393.8561.76
HexF942E6049821325e3e
Octal371102346011110246213676
Binary11111001100001011100110010010011000101001100101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F942E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F942E6; }

 p { color: rgb(249,66,230); }

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

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

 a { background-color: rgb(249,66,230); }

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

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

 span { border-color: rgb(249,66,230); }

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