Html Css Color HEX #F716AA Spicy Pink

📋 copy color: '#F716AA'

red 247 ◦ green 22 ◦ blue 170

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

Shades of Spicy Pink #F716AA

Tints of Spicy Pink #F716AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.01%

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

R = 56.26%
G = 5.01%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F716AA (or 0xF716AA) is known color: Spicy Pink. HEX triplet: F7, 16 and AA. RGB value is (247,22,170). Sum of RGB (Red+Green+Blue) = 247+22+170=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F716AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F716AA is #08E955. Grayscale: #696969. Windows color (decimal): -584022 or 11146999. OLE color: 11146999.

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

Color convert

RGB 247 22 170 -
CMYK 0 0.91 0.31 0.03
HSL 320.53º 0.93% 0.53% -
HSV(B) 320.53º 0.91% 0.97% -
XYZ 45.9 23.25 40.1 -
YUV 106.15 164.04 228.47 -
System Red Green Blue C M Y K H S L
Decimal 247 22 170 0 0.91 0.31 0.03 320.53 0.93 0.53
Hex F7 16 AA 0 5B 1F 3 141 5D 35
Octal 367 26 252 0 133 37 3 501 135 65
Binary 11110111 10110 10101010 0 1011011 11111 11 101000001 1011101 110101

Color Harmonies of #F716AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F716AA

Black with #F716AA

Text Example


Text Example

White with #F716AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F716AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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