Html Css Color HEX #F221D6 Razzle Dazzle Rose

📋 copy color: '#F221D6'

red 242 ◦ green 33 ◦ blue 214

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

Shades of Razzle Dazzle Rose #F221D6

Tints of Razzle Dazzle Rose #F221D6

RGB

 RED value IS 242 (94.92% from 255) = 49.49%

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

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

R = 49.49%
G = 6.75%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F221D6 (or 0xF221D6) is known color: Razzle Dazzle Rose. HEX triplet: F2, 21 and D6. RGB value is (242,33,214). Sum of RGB (Red+Green+Blue) = 242+33+214=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 33 (13.28% from 255 or 6.75% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F221D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221D6 is #0DDE29. Grayscale: #737373. Windows color (decimal): -908842 or 14033394. OLE color: 14033394.

HSL color Cylindrical-coordinate representation of color #F221D6: hue angle of 308.04º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F221D6 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 33 214 -
CMYK 0 0.86 0.12 0.05
HSL 308.04º 0.89% 0.54% -
HSV(B) 308.04º 0.86% 0.95% -
XYZ 49.3 24.82 65.81 -
YUV 116.13 183.24 217.78 -
System Red Green Blue C M Y K H S L
Decimal 242 33 214 0 0.86 0.12 0.05 308.04 0.89 0.54
Hex F2 21 D6 0 56 C 5 134 59 36
Octal 362 41 326 0 126 14 5 464 131 66
Binary 11110010 100001 11010110 0 1010110 1100 101 100110100 1011001 110110

Color Harmonies of #F221D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F221D6

Black with #F221D6

Text Example


Text Example

White with #F221D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F221D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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