#F429CE

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

Shades of Razzle Dazzle Rose #F429CE

Tints of Razzle Dazzle Rose #F429CE

Color information

#F429CE (or 0xF429CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 29 and CE. RGB value is (244,41,206). Sum of RGB (Red+Green+Blue) = 244+41+206=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F429CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F429CE is #0BD631. Grayscale: #787878. Windows color (decimal): -775730 or 13511156. OLE color: 13511156.

HSL color Cylindrical-coordinate representation of color #F429CE: hue angle of 311.23º 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 #F429CE is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB24441206-
CMYK00.830.160.04
HSL311.23º90.22%55.88%-
HSV(B)311.23º83.2%95.69%-
XYZ49.2425.2860.68-
YUV120.51176.25216.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.69%
GREEN value IS 41 (16.41% from 255) = 8.35%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=49.69%
G=8.35%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2444120600.830.160.04311.2390.2255.88
HexF429CE0531041375a38
Octal36451316012320446713270
Binary111101001010011100111001010011100001001001101111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F429CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F429CE; }

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

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

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

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

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

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

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

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