#F429CD

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

Shades of Razzle Dazzle Rose #F429CD

Tints of Razzle Dazzle Rose #F429CD

Color information

#F429CD (or 0xF429CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 29 and CD. RGB value is (244,41,205). Sum of RGB (Red+Green+Blue) = 244+41+205=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F429CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F429CD is #0BD632. Grayscale: #777777. Windows color (decimal): -775731 or 13445620. OLE color: 13445620.

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

Color convert

RGB24441205-
CMYK00.830.160.04
HSL311.53º90.22%55.88%-
HSV(B)311.53º83.2%95.69%-
XYZ49.1225.2360.04-
YUV120.39175.75216.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.80%
GREEN value IS 41 (16.41% from 255) = 8.37%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=49.80%
G=8.37%
B=41.84%

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
Decimal2444120500.830.160.04311.5390.2255.88
HexF429CD0531041385a38
Octal36451315012320447013270
Binary111101001010011100110101010011100001001001110001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F429CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F429CD; }

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

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

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

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

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

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

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

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