Html Css Color HEX #F421D6 Razzle Dazzle Rose

📋 copy color: '#F421D6'

red 244 ◦ green 33 ◦ blue 214

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

Shades of Razzle Dazzle Rose #F421D6

Tints of Razzle Dazzle Rose #F421D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.58%

R = 49.69%
G = 6.72%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F421D6 (or 0xF421D6) is known color: Razzle Dazzle Rose. HEX triplet: F4, 21 and D6. RGB value is (244,33,214). Sum of RGB (Red+Green+Blue) = 244+33+214=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 33 (13.28% from 255 or 6.72% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F421D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421D6 is #0BDE29. Grayscale: #747474. Windows color (decimal): -777770 or 14033396. OLE color: 14033396.

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

Color convert

RGB 244 33 214 -
CMYK 0 0.86 0.12 0.04
HSL 308.53º 0.91% 0.54% -
HSV(B) 308.53º 0.86% 0.96% -
XYZ 49.99 25.18 65.84 -
YUV 116.72 182.9 218.78 -
System Red Green Blue C M Y K H S L
Decimal 244 33 214 0 0.86 0.12 0.04 308.53 0.91 0.54
Hex F4 21 D6 0 56 C 4 135 5B 36
Octal 364 41 326 0 126 14 4 465 133 66
Binary 11110100 100001 11010110 0 1010110 1100 100 100110101 1011011 110110

Color Harmonies of #F421D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F421D6

Black with #F421D6

Text Example


Text Example

White with #F421D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F421D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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