Html Css Color HEX #F21FAA Spicy Pink

📋 copy color: '#F21FAA'

red 242 ◦ green 31 ◦ blue 170

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

Shades of Spicy Pink #F21FAA

Tints of Spicy Pink #F21FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7%

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 54.63%
G = 7%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F21FAA (or 0xF21FAA) is known color: Spicy Pink. HEX triplet: F2, 1F and AA. RGB value is (242,31,170). Sum of RGB (Red+Green+Blue) = 242+31+170=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21FAA is #0DE055. Grayscale: #6D6D6D. Windows color (decimal): -909398 or 11149298. OLE color: 11149298.

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

Color convert

RGB 242 31 170 -
CMYK 0 0.87 0.30 0.05
HSL 320.47º 0.89% 0.54% -
HSV(B) 320.47º 0.87% 0.95% -
XYZ 44.36 22.76 40.09 -
YUV 109.94 161.9 222.2 -
System Red Green Blue C M Y K H S L
Decimal 242 31 170 0 0.87 0.30 0.05 320.47 0.89 0.54
Hex F2 1F AA 0 57 1E 5 140 59 36
Octal 362 37 252 0 127 36 5 500 131 66
Binary 11110010 11111 10101010 0 1010111 11110 101 101000000 1011001 110110

Color Harmonies of #F21FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21FAA

Black with #F21FAA

Text Example


Text Example

White with #F21FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21FAA; }

 p { color: rgb(242,31,170); }

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

background-color css

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

 a { background-color: rgb(242,31,170); }

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

border-color css

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

 span { border-color: rgb(242,31,170); }

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