#F135E8

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

Shades of Razzle Dazzle Rose #F135E8

Tints of Razzle Dazzle Rose #F135E8

Color information

#F135E8 (or 0xF135E8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 35 and E8. RGB value is (241,53,232). Sum of RGB (Red+Green+Blue) = 241+53+232=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 53 (21.09% from 255 or 10.08% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F135E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F135E8 is #0ECA17. Grayscale: #818181. Windows color (decimal): -969240 or 15218161. OLE color: 15218161.

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

Color convert

RGB24153232-
CMYK00.780.040.05
HSL302.87º87.04%57.65%-
HSV(B)302.87º78.01%94.51%-
XYZ52.1127.0778.82-
YUV129.62185.78207.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 53 (21.09% from 255) = 10.08%
BLUE value IS 232 (91.02% from 255) = 44.11%
R=45.82%
G=10.08%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415323200.780.040.05302.8787.0457.65
HexF135E804E4512f573a
Octal3616535001164545712772
Binary1111000111010111101000010011101001011001011111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F135E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F135E8; }

 p { color: rgb(241,53,232); }

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

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

 a { background-color: rgb(241,53,232); }

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

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

 span { border-color: rgb(241,53,232); }

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