#F420E1

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

Shades of Razzle Dazzle Rose #F420E1

Tints of Razzle Dazzle Rose #F420E1

Color information

#F420E1 (or 0xF420E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 20 and E1. RGB value is (244,32,225). Sum of RGB (Red+Green+Blue) = 244+32+225=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F420E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F420E1 is #0BDF1E. Grayscale: #747474. Windows color (decimal): -778015 or 14754036. OLE color: 14754036.

HSL color Cylindrical-coordinate representation of color #F420E1: hue angle of 305.38º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F420E1 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB24432225-
CMYK00.870.080.04
HSL305.38º90.6%54.12%-
HSV(B)305.38º86.89%95.69%-
XYZ51.4225.773.49-
YUV117.39188.74218.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.70%
GREEN value IS 32 (12.89% from 255) = 6.39%
BLUE value IS 225 (88.28% from 255) = 44.91%
R=48.70%
G=6.39%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443222500.870.080.04305.3890.654.12
HexF420E1057841315b36
Octal36440341012710446113366
Binary11110100100000111000010101011110001001001100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F420E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F420E1; }

 p { color: rgb(244,32,225); }

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

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

 a { background-color: rgb(244,32,225); }

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

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

 span { border-color: rgb(244,32,225); }

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