Html Css Color HEX #F421DA Razzle Dazzle Rose

📋 copy color: '#F421DA'

red 244 ◦ green 33 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F421DA

Tints of Razzle Dazzle Rose #F421DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 49.29%
G = 6.67%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F421DA (or 0xF421DA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 21 and DA. RGB value is (244,33,218). Sum of RGB (Red+Green+Blue) = 244+33+218=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 33 (13.28% from 255 or 6.67% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F421DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421DA is #0BDE25. Grayscale: #747474. Windows color (decimal): -777766 or 14295540. OLE color: 14295540.

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

Color convert

RGB 244 33 218 -
CMYK 0 0.86 0.11 0.04
HSL 307.39º 0.91% 0.54% -
HSV(B) 307.39º 0.86% 0.96% -
XYZ 50.51 25.38 68.57 -
YUV 117.18 184.9 218.46 -
System Red Green Blue C M Y K H S L
Decimal 244 33 218 0 0.86 0.11 0.04 307.39 0.91 0.54
Hex F4 21 DA 0 56 B 4 133 5B 36
Octal 364 41 332 0 126 13 4 463 133 66
Binary 11110100 100001 11011010 0 1010110 1011 100 100110011 1011011 110110

Color Harmonies of #F421DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F421DA

Black with #F421DA

Text Example


Text Example

White with #F421DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F421DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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