#F235CE

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

Shades of Razzle Dazzle Rose #F235CE

Tints of Razzle Dazzle Rose #F235CE

Color information

#F235CE (or 0xF235CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 35 and CE. RGB value is (242,53,206). Sum of RGB (Red+Green+Blue) = 242+53+206=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F235CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F235CE is #0DCA31. Grayscale: #7E7E7E. Windows color (decimal): -903730 or 13514226. OLE color: 13514226.

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

Color convert

RGB24253206-
CMYK00.780.150.05
HSL311.43º87.91%57.84%-
HSV(B)311.43º78.1%94.9%-
XYZ49.0325.8860.8-
YUV126.95172.62210.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.30%
GREEN value IS 53 (21.09% from 255) = 10.58%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=48.30%
G=10.58%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425320600.780.150.05311.4387.9157.84
HexF235CE04EF5137583a
Octal36265316011617546713072
Binary11110010110101110011100100111011111011001101111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F235CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F235CE; }

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

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

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

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

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

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

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

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