Html Css Color HEX #F914AC Spicy Pink

📋 copy color: '#F914AC'

red 249 ◦ green 20 ◦ blue 172

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

Shades of Spicy Pink #F914AC

Tints of Spicy Pink #F914AC

RGB

 RED value IS 249 (97.66% from 255) = 56.46%

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

 BLUE value IS 172 (67.58% from 255) = 39%

R = 56.46%
G = 4.54%
B = 39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F914AC (or 0xF914AC) is known color: Spicy Pink. HEX triplet: F9, 14 and AC. RGB value is (249,20,172). Sum of RGB (Red+Green+Blue) = 249+20+172=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F914AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F914AC is #06EB53. Grayscale: #696969. Windows color (decimal): -453460 or 11277561. OLE color: 11277561.

HSL color Cylindrical-coordinate representation of color #F914AC: hue angle of 320.17º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914AC is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 20 172 -
CMYK 0 0.92 0.31 0.02
HSL 320.17º 0.95% 0.53% -
HSV(B) 320.17º 0.92% 0.98% -
XYZ 46.76 23.62 41.12 -
YUV 105.8 165.37 230.14 -
System Red Green Blue C M Y K H S L
Decimal 249 20 172 0 0.92 0.31 0.02 320.17 0.95 0.53
Hex F9 14 AC 0 5C 1F 2 140 5F 35
Octal 371 24 254 0 134 37 2 500 137 65
Binary 11111001 10100 10101100 0 1011100 11111 10 101000000 1011111 110101

Color Harmonies of #F914AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F914AC

Black with #F914AC

Text Example


Text Example

White with #F914AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F914AC; }

 p { color: rgb(249,20,172); }

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

background-color css

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

 a { background-color: rgb(249,20,172); }

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

border-color css

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

 span { border-color: rgb(249,20,172); }

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