Html Css Color HEX #F221D4 Razzle Dazzle Rose

📋 copy color: '#F221D4'

red 242 ◦ green 33 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F221D4

Tints of Razzle Dazzle Rose #F221D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.53%

R = 49.69%
G = 6.78%
B = 43.53%

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

#F221D4 (or 0xF221D4) is known color: Razzle Dazzle Rose. HEX triplet: F2, 21 and D4. RGB value is (242,33,212). Sum of RGB (Red+Green+Blue) = 242+33+212=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F221D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221D4 is #0DDE2B. Grayscale: #737373. Windows color (decimal): -908844 or 13902322. OLE color: 13902322.

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

Color convert

RGB 242 33 212 -
CMYK 0 0.86 0.12 0.05
HSL 308.61º 0.89% 0.54% -
HSV(B) 308.61º 0.86% 0.95% -
XYZ 49.05 24.72 64.47 -
YUV 115.9 182.24 217.95 -
System Red Green Blue C M Y K H S L
Decimal 242 33 212 0 0.86 0.12 0.05 308.61 0.89 0.54
Hex F2 21 D4 0 56 C 5 135 59 36
Octal 362 41 324 0 126 14 5 465 131 66
Binary 11110010 100001 11010100 0 1010110 1100 101 100110101 1011001 110110

Color Harmonies of #F221D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F221D4

Black with #F221D4

Text Example


Text Example

White with #F221D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F221D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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