Html Css Color HEX #F215AA Spicy Pink

📋 copy color: '#F215AA'

red 242 ◦ green 21 ◦ blue 170

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

Shades of Spicy Pink #F215AA

Tints of Spicy Pink #F215AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.85%

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

R = 55.89%
G = 4.85%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F215AA (or 0xF215AA) is known color: Spicy Pink. HEX triplet: F2, 15 and AA. RGB value is (242,21,170). Sum of RGB (Red+Green+Blue) = 242+21+170=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F215AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F215AA is #0DEA55. Grayscale: #676767. Windows color (decimal): -911958 or 11146738. OLE color: 11146738.

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

Color convert

RGB 242 21 170 -
CMYK 0 0.91 0.30 0.05
HSL 319.55º 0.89% 0.52% -
HSV(B) 319.55º 0.91% 0.95% -
XYZ 44.14 22.32 40.01 -
YUV 104.07 165.22 226.38 -
System Red Green Blue C M Y K H S L
Decimal 242 21 170 0 0.91 0.30 0.05 319.55 0.89 0.52
Hex F2 15 AA 0 5B 1E 5 140 59 34
Octal 362 25 252 0 133 36 5 500 131 64
Binary 11110010 10101 10101010 0 1011011 11110 101 101000000 1011001 110100

Color Harmonies of #F215AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215AA

Black with #F215AA

Text Example


Text Example

White with #F215AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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