Html Css Color HEX #F429DC Razzle Dazzle Rose

📋 copy color: '#F429DC'

red 244 ◦ green 41 ◦ blue 220

#F429DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F429DC

Tints of Razzle Dazzle Rose #F429DC

RGB

 RED value IS 244 (95.7% from 255) = 48.32%

 GREEN value IS 41 (16.41% from 255) = 8.12%

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 48.32%
G = 8.12%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F429DC (or 0xF429DC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 29 and DC. RGB value is (244,41,220). Sum of RGB (Red+Green+Blue) = 244+41+220=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 41 (16.41% from 255 or 8.12% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F429DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F429DC is #0BD623. Grayscale: #797979. Windows color (decimal): -775716 or 14428660. OLE color: 14428660.

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

Color convert

RGB 244 41 220 -
CMYK 0 0.83 0.10 0.04
HSL 307.09º 0.9% 0.56% -
HSV(B) 307.09º 0.83% 0.96% -
XYZ 51.02 25.99 70.04 -
YUV 122.1 183.25 214.95 -
System Red Green Blue C M Y K H S L
Decimal 244 41 220 0 0.83 0.10 0.04 307.09 0.9 0.56
Hex F4 29 DC 0 53 A 4 133 5A 38
Octal 364 51 334 0 123 12 4 463 132 70
Binary 11110100 101001 11011100 0 1010011 1010 100 100110011 1011010 111000

Color Harmonies of #F429DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F429DC

Black with #F429DC

Text Example


Text Example

White with #F429DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F429DC; }

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

 H1.HeaderClassName
 {
   color: #F429DC;
 }
 .AnyTagClassName
 {
   color: #F429DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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