Html Css Color HEX #F714AB Spicy Pink

📋 copy color: '#F714AB'

red 247 ◦ green 20 ◦ blue 171

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

Shades of Spicy Pink #F714AB

Tints of Spicy Pink #F714AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.57%

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

R = 56.39%
G = 4.57%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F714AB (or 0xF714AB) is known color: Spicy Pink. HEX triplet: F7, 14 and AB. RGB value is (247,20,171). Sum of RGB (Red+Green+Blue) = 247+20+171=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F714AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F714AB is #08EB54. Grayscale: #686868. Windows color (decimal): -584533 or 11212023. OLE color: 11212023.

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

Color convert

RGB 247 20 171 -
CMYK 0 0.92 0.31 0.03
HSL 320.09º 0.93% 0.52% -
HSV(B) 320.09º 0.92% 0.97% -
XYZ 45.96 23.21 40.59 -
YUV 105.09 165.21 229.22 -
System Red Green Blue C M Y K H S L
Decimal 247 20 171 0 0.92 0.31 0.03 320.09 0.93 0.52
Hex F7 14 AB 0 5C 1F 3 140 5D 34
Octal 367 24 253 0 134 37 3 500 135 64
Binary 11110111 10100 10101011 0 1011100 11111 11 101000000 1011101 110100

Color Harmonies of #F714AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714AB

Black with #F714AB

Text Example


Text Example

White with #F714AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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