Html Css Color HEX #F013AA Spicy Pink

📋 copy color: '#F013AA'

red 240 ◦ green 19 ◦ blue 170

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

Shades of Spicy Pink #F013AA

Tints of Spicy Pink #F013AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.43%

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

R = 55.94%
G = 4.43%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F013AA (or 0xF013AA) is known color: Spicy Pink. HEX triplet: F0, 13 and AA. RGB value is (240,19,170). Sum of RGB (Red+Green+Blue) = 240+19+170=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F013AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F013AA is #0FEC55. Grayscale: #656565. Windows color (decimal): -1043542 or 11146224. OLE color: 11146224.

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

Color convert

RGB 240 19 170 -
CMYK 0 0.92 0.29 0.06
HSL 319º 0.88% 0.51% -
HSV(B) 319º 0.92% 0.94% -
XYZ 43.42 21.89 39.97 -
YUV 102.29 166.22 226.22 -
System Red Green Blue C M Y K H S L
Decimal 240 19 170 0 0.92 0.29 0.06 319 0.88 0.51
Hex F0 13 AA 0 5C 1D 6 13F 58 33
Octal 360 23 252 0 134 35 6 477 130 63
Binary 11110000 10011 10101010 0 1011100 11101 110 100111111 1011000 110011

Color Harmonies of #F013AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013AA

Black with #F013AA

Text Example


Text Example

White with #F013AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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