#F429E9

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

Shades of Razzle Dazzle Rose #F429E9

Tints of Razzle Dazzle Rose #F429E9

Color information

#F429E9 (or 0xF429E9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 29 and E9. RGB value is (244,41,233). Sum of RGB (Red+Green+Blue) = 244+41+233=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 41 (16.41% from 255 or 7.92% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F429E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F429E9 is #0BD616. Grayscale: #7B7B7B. Windows color (decimal): -775703 or 15280628. OLE color: 15280628.

HSL color Cylindrical-coordinate representation of color #F429E9: hue angle of 303.25º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F429E9 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB24441233-
CMYK00.830.050.04
HSL303.25º90.22%55.88%-
HSV(B)303.25º83.2%95.69%-
XYZ52.8126.779.46-
YUV123.58189.75213.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.10%
GREEN value IS 41 (16.41% from 255) = 7.92%
BLUE value IS 233 (91.41% from 255) = 44.98%
R=47.10%
G=7.92%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2444123300.830.050.04303.2590.2255.88
HexF429E90535412f5a38
Octal3645135101235445713270
Binary1111010010100111101001010100111011001001011111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F429E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F429E9; }

 p { color: rgb(244,41,233); }

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

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

 a { background-color: rgb(244,41,233); }

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

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

 span { border-color: rgb(244,41,233); }

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