Html Css Color HEX #F013A6 Spicy Pink

📋 copy color: '#F013A6'

red 240 ◦ green 19 ◦ blue 166

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

Shades of Spicy Pink #F013A6

Tints of Spicy Pink #F013A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.06%

R = 56.47%
G = 4.47%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F013A6 (or 0xF013A6) is known color: Spicy Pink. HEX triplet: F0, 13 and A6. RGB value is (240,19,166). Sum of RGB (Red+Green+Blue) = 240+19+166=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F013A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F013A6 is #0FEC59. Grayscale: #656565. Windows color (decimal): -1043546 or 10884080. OLE color: 10884080.

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

Color convert

RGB 240 19 166 -
CMYK 0 0.92 0.31 0.06
HSL 320.09º 0.88% 0.51% -
HSV(B) 320.09º 0.92% 0.94% -
XYZ 43.05 21.74 38 -
YUV 101.84 164.22 226.55 -
System Red Green Blue C M Y K H S L
Decimal 240 19 166 0 0.92 0.31 0.06 320.09 0.88 0.51
Hex F0 13 A6 0 5C 1F 6 140 58 33
Octal 360 23 246 0 134 37 6 500 130 63
Binary 11110000 10011 10100110 0 1011100 11111 110 101000000 1011000 110011

Color Harmonies of #F013A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013A6

Black with #F013A6

Text Example


Text Example

White with #F013A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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