#F235E0

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

Shades of Razzle Dazzle Rose #F235E0

Tints of Razzle Dazzle Rose #F235E0

Color information

#F235E0 (or 0xF235E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 35 and E0. RGB value is (242,53,224). Sum of RGB (Red+Green+Blue) = 242+53+224=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 53 (21.09% from 255 or 10.21% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F235E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F235E0 is #0DCA1F. Grayscale: #808080. Windows color (decimal): -903712 or 14693874. OLE color: 14693874.

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

Color convert

RGB24253224-
CMYK00.780.070.05
HSL305.71º87.91%57.84%-
HSV(B)305.71º78.1%94.9%-
XYZ51.3526.8172.99-
YUV129181.62208.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.63%
GREEN value IS 53 (21.09% from 255) = 10.21%
BLUE value IS 224 (87.89% from 255) = 43.16%
R=46.63%
G=10.21%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425322400.780.070.05305.7187.9157.84
HexF235E004E75132583a
Octal3626534001167546213072
Binary1111001011010111100000010011101111011001100101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F235E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F235E0; }

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

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

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

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

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

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

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

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