Html Css Color HEX #F710AA Spicy Pink

📋 copy color: '#F710AA'

red 247 ◦ green 16 ◦ blue 170

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

Shades of Spicy Pink #F710AA

Tints of Spicy Pink #F710AA

RGB

 RED value IS 247 (96.88% from 255) = 57.04%

 GREEN value IS 16 (6.64% from 255) = 3.7%

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

R = 57.04%
G = 3.7%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F710AA (or 0xF710AA) is known color: Spicy Pink. HEX triplet: F7, 10 and AA. RGB value is (247,16,170). Sum of RGB (Red+Green+Blue) = 247+16+170=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F710AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F710AA is #08EF55. Grayscale: #666666. Windows color (decimal): -585558 or 11145463. OLE color: 11145463.

HSL color Cylindrical-coordinate representation of color #F710AA: hue angle of 320º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F710AA is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 16 170 -
CMYK 0 0.94 0.31 0.03
HSL 320º 0.94% 0.52% -
HSV(B) 320º 0.94% 0.97% -
XYZ 45.8 23.05 40.06 -
YUV 102.63 166.03 230.98 -
System Red Green Blue C M Y K H S L
Decimal 247 16 170 0 0.94 0.31 0.03 320 0.94 0.52
Hex F7 10 AA 0 5E 1F 3 140 5E 34
Octal 367 20 252 0 136 37 3 500 136 64
Binary 11110111 10000 10101010 0 1011110 11111 11 101000000 1011110 110100

Color Harmonies of #F710AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F710AA

Black with #F710AA

Text Example


Text Example

White with #F710AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F710AA; }

 p { color: rgb(247,16,170); }

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

background-color css

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

 a { background-color: rgb(247,16,170); }

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

border-color css

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

 span { border-color: rgb(247,16,170); }

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