Html Css Color HEX #F716AB Spicy Pink

📋 copy color: '#F716AB'

red 247 ◦ green 22 ◦ blue 171

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

Shades of Spicy Pink #F716AB

Tints of Spicy Pink #F716AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 56.14%
G = 5%
B = 38.86%

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

#F716AB (or 0xF716AB) is known color: Spicy Pink. HEX triplet: F7, 16 and AB. RGB value is (247,22,171). Sum of RGB (Red+Green+Blue) = 247+22+171=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F716AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F716AB is #08E954. Grayscale: #696969. Windows color (decimal): -584021 or 11212535. OLE color: 11212535.

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

Color convert

RGB 247 22 171 -
CMYK 0 0.91 0.31 0.03
HSL 320.27º 0.93% 0.53% -
HSV(B) 320.27º 0.91% 0.97% -
XYZ 46 23.29 40.6 -
YUV 106.26 164.54 228.38 -
System Red Green Blue C M Y K H S L
Decimal 247 22 171 0 0.91 0.31 0.03 320.27 0.93 0.53
Hex F7 16 AB 0 5B 1F 3 140 5D 35
Octal 367 26 253 0 133 37 3 500 135 65
Binary 11110111 10110 10101011 0 1011011 11111 11 101000000 1011101 110101

Color Harmonies of #F716AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F716AB

Black with #F716AB

Text Example


Text Example

White with #F716AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F716AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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