#F235D6

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

Shades of Razzle Dazzle Rose #F235D6

Tints of Razzle Dazzle Rose #F235D6

Color information

#F235D6 (or 0xF235D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 35 and D6. RGB value is (242,53,214). Sum of RGB (Red+Green+Blue) = 242+53+214=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 53 (21.09% from 255 or 10.41% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F235D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F235D6 is #0DCA29. Grayscale: #7F7F7F. Windows color (decimal): -903722 or 14038514. OLE color: 14038514.

HSL color Cylindrical-coordinate representation of color #F235D6: hue angle of 308.89º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F235D6 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB24253214-
CMYK00.780.120.05
HSL308.89º87.91%57.84%-
HSV(B)308.89º78.1%94.9%-
XYZ50.0326.2866.05-
YUV127.86176.62209.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.54%
GREEN value IS 53 (21.09% from 255) = 10.41%
BLUE value IS 214 (83.98% from 255) = 42.04%
R=47.54%
G=10.41%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425321400.780.120.05308.8987.9157.84
HexF235D604EC5135583a
Octal36265326011614546513072
Binary11110010110101110101100100111011001011001101011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F235D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F235D6; }

 p { color: rgb(242,53,214); }

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

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

 a { background-color: rgb(242,53,214); }

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

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

 span { border-color: rgb(242,53,214); }

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