Html Css Color HEX #F714AF Spicy Pink

📋 copy color: '#F714AF'

red 247 ◦ green 20 ◦ blue 175

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

Shades of Spicy Pink #F714AF

Tints of Spicy Pink #F714AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 55.88%
G = 4.52%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F714AF (or 0xF714AF) is known color: Spicy Pink. HEX triplet: F7, 14 and AF. RGB value is (247,20,175). Sum of RGB (Red+Green+Blue) = 247+20+175=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F714AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F714AF is #08EB50. Grayscale: #696969. Windows color (decimal): -584529 or 11474167. OLE color: 11474167.

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

Color convert

RGB 247 20 175 -
CMYK 0 0.92 0.29 0.03
HSL 319.03º 0.93% 0.52% -
HSV(B) 319.03º 0.92% 0.97% -
XYZ 46.35 23.37 42.63 -
YUV 105.54 167.21 228.9 -
System Red Green Blue C M Y K H S L
Decimal 247 20 175 0 0.92 0.29 0.03 319.03 0.93 0.52
Hex F7 14 AF 0 5C 1D 3 13F 5D 34
Octal 367 24 257 0 134 35 3 477 135 64
Binary 11110111 10100 10101111 0 1011100 11101 11 100111111 1011101 110100

Color Harmonies of #F714AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714AF

Black with #F714AF

Text Example


Text Example

White with #F714AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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