Html Css Color HEX #F420D0 Razzle Dazzle Rose

📋 copy color: '#F420D0'

red 244 ◦ green 32 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F420D0

Tints of Razzle Dazzle Rose #F420D0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.61%

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 50.41%
G = 6.61%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F420D0 (or 0xF420D0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 20 and D0. RGB value is (244,32,208). Sum of RGB (Red+Green+Blue) = 244+32+208=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F420D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F420D0 is #0BDF2F. Grayscale: #727272. Windows color (decimal): -778032 or 13639924. OLE color: 13639924.

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

Color convert

RGB 244 32 208 -
CMYK 0 0.87 0.15 0.04
HSL 310.19º 0.91% 0.54% -
HSV(B) 310.19º 0.87% 0.96% -
XYZ 49.21 24.82 61.87 -
YUV 115.45 180.24 219.69 -
System Red Green Blue C M Y K H S L
Decimal 244 32 208 0 0.87 0.15 0.04 310.19 0.91 0.54
Hex F4 20 D0 0 57 F 4 136 5B 36
Octal 364 40 320 0 127 17 4 466 133 66
Binary 11110100 100000 11010000 0 1010111 1111 100 100110110 1011011 110110

Color Harmonies of #F420D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F420D0

Black with #F420D0

Text Example


Text Example

White with #F420D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F420D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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