Html Css Color HEX #F013A8 Spicy Pink

📋 copy color: '#F013A8'

red 240 ◦ green 19 ◦ blue 168

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

Shades of Spicy Pink #F013A8

Tints of Spicy Pink #F013A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.34%

R = 56.21%
G = 4.45%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F013A8 (or 0xF013A8) is known color: Spicy Pink. HEX triplet: F0, 13 and A8. RGB value is (240,19,168). Sum of RGB (Red+Green+Blue) = 240+19+168=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F013A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F013A8 is #0FEC57. Grayscale: #656565. Windows color (decimal): -1043544 or 11015152. OLE color: 11015152.

HSL color Cylindrical-coordinate representation of color #F013A8: hue angle of 319.55º 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 #F013A8 is Cyan = 0, Magento = 0.92, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 168 -
CMYK 0 0.92 0.3 0.06
HSL 319.55º 0.88% 0.51% -
HSV(B) 319.55º 0.92% 0.94% -
XYZ 43.24 21.82 38.98 -
YUV 102.07 165.22 226.38 -
System Red Green Blue C M Y K H S L
Decimal 240 19 168 0 0.92 0.3 0.06 319.55 0.88 0.51
Hex F0 13 A8 0 5C 1E 6 140 58 33
Octal 360 23 250 0 134 36 6 500 130 63
Binary 11110000 10011 10101000 0 1011100 11110 110 101000000 1011000 110011

Color Harmonies of #F013A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013A8

Black with #F013A8

Text Example


Text Example

White with #F013A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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