#F242D8

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

Shades of Razzle Dazzle Rose #F242D8

Tints of Razzle Dazzle Rose #F242D8

Color information

#F242D8 (or 0xF242D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 42 and D8. RGB value is (242,66,216). Sum of RGB (Red+Green+Blue) = 242+66+216=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F242D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F242D8 is #0DBD27. Grayscale: #878787. Windows color (decimal): -900392 or 14172914. OLE color: 14172914.

HSL color Cylindrical-coordinate representation of color #F242D8: hue angle of 308.86º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F242D8 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB24266216-
CMYK00.730.110.05
HSL308.86º87.13%60.39%-
HSV(B)308.86º72.73%94.9%-
XYZ50.9627.7367.63-
YUV135.72173.31203.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.18%
GREEN value IS 66 (26.17% from 255) = 12.60%
BLUE value IS 216 (84.77% from 255) = 41.22%
R=46.18%
G=12.60%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426621600.730.110.05308.8687.1360.39
HexF242D8049B5135573c
Octal362102330011113546512774
Binary111100101000010110110000100100110111011001101011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F242D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F242D8; }

 p { color: rgb(242,66,216); }

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

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

 a { background-color: rgb(242,66,216); }

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

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

 span { border-color: rgb(242,66,216); }

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