Html Css Color HEX #F421C9 Razzle Dazzle Rose

📋 copy color: '#F421C9'

red 244 ◦ green 33 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F421C9

Tints of Razzle Dazzle Rose #F421C9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.9%

 BLUE value IS 201 (78.91% from 255) = 42.05%

R = 51.05%
G = 6.9%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F421C9 (or 0xF421C9) is known color: Razzle Dazzle Rose. HEX triplet: F4, 21 and C9. RGB value is (244,33,201). Sum of RGB (Red+Green+Blue) = 244+33+201=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F421C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421C9 is #0BDE36. Grayscale: #727272. Windows color (decimal): -777783 or 13181428. OLE color: 13181428.

HSL color Cylindrical-coordinate representation of color #F421C9: hue angle of 312.23º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F421C9 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 33 201 -
CMYK 0 0.86 0.18 0.04
HSL 312.23º 0.91% 0.54% -
HSV(B) 312.23º 0.86% 0.96% -
XYZ 48.39 24.54 57.44 -
YUV 115.24 176.4 219.84 -
System Red Green Blue C M Y K H S L
Decimal 244 33 201 0 0.86 0.18 0.04 312.23 0.91 0.54
Hex F4 21 C9 0 56 12 4 138 5B 36
Octal 364 41 311 0 126 22 4 470 133 66
Binary 11110100 100001 11001001 0 1010110 10010 100 100111000 1011011 110110

Color Harmonies of #F421C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F421C9

Black with #F421C9

Text Example


Text Example

White with #F421C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F421C9; }

 p { color: rgb(244,33,201); }

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

background-color css

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

 a { background-color: rgb(244,33,201); }

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

border-color css

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

 span { border-color: rgb(244,33,201); }

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