Html Css Color HEX #F60FAA Spicy Pink

📋 copy color: '#F60FAA'

red 246 ◦ green 15 ◦ blue 170

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

Shades of Spicy Pink #F60FAA

Tints of Spicy Pink #F60FAA

RGB

 RED value IS 246 (96.48% from 255) = 57.08%

 GREEN value IS 15 (6.25% from 255) = 3.48%

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

R = 57.08%
G = 3.48%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F60FAA (or 0xF60FAA) is known color: Spicy Pink. HEX triplet: F6, 0F and AA. RGB value is (246,15,170). Sum of RGB (Red+Green+Blue) = 246+15+170=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60FAA is #09F055. Grayscale: #656565. Windows color (decimal): -651350 or 11145206. OLE color: 11145206.

HSL color Cylindrical-coordinate representation of color #F60FAA: hue angle of 319.74º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60FAA is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 15 170 -
CMYK 0 0.94 0.31 0.04
HSL 319.74º 0.93% 0.51% -
HSV(B) 319.74º 0.94% 0.96% -
XYZ 45.43 22.84 40.04 -
YUV 101.74 166.53 230.9 -
System Red Green Blue C M Y K H S L
Decimal 246 15 170 0 0.94 0.31 0.04 319.74 0.93 0.51
Hex F6 F AA 0 5E 1F 4 140 5D 33
Octal 366 17 252 0 136 37 4 500 135 63
Binary 11110110 1111 10101010 0 1011110 11111 100 101000000 1011101 110011

Color Harmonies of #F60FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60FAA

Black with #F60FAA

Text Example


Text Example

White with #F60FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60FAA; }

 p { color: rgb(246,15,170); }

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

background-color css

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

 a { background-color: rgb(246,15,170); }

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

border-color css

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

 span { border-color: rgb(246,15,170); }

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