Html Css Color HEX #F015AA Spicy Pink

📋 copy color: '#F015AA'

red 240 ◦ green 21 ◦ blue 170

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

Shades of Spicy Pink #F015AA

Tints of Spicy Pink #F015AA

RGB

 RED value IS 240 (94.14% from 255) = 55.68%

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

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

R = 55.68%
G = 4.87%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F015AA (or 0xF015AA) is known color: Spicy Pink. HEX triplet: F0, 15 and AA. RGB value is (240,21,170). Sum of RGB (Red+Green+Blue) = 240+21+170=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F015AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F015AA is #0FEA55. Grayscale: #676767. Windows color (decimal): -1043030 or 11146736. OLE color: 11146736.

HSL color Cylindrical-coordinate representation of color #F015AA: hue angle of 319.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F015AA is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 170 -
CMYK 0 0.91 0.29 0.06
HSL 319.18º 0.88% 0.51% -
HSV(B) 319.18º 0.91% 0.94% -
XYZ 43.46 21.96 39.98 -
YUV 103.47 165.55 225.38 -
System Red Green Blue C M Y K H S L
Decimal 240 21 170 0 0.91 0.29 0.06 319.18 0.88 0.51
Hex F0 15 AA 0 5B 1D 6 13F 58 33
Octal 360 25 252 0 133 35 6 477 130 63
Binary 11110000 10101 10101010 0 1011011 11101 110 100111111 1011000 110011

Color Harmonies of #F015AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015AA

Black with #F015AA

Text Example


Text Example

White with #F015AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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