Html Css Color HEX #F914AF Spicy Pink

📋 copy color: '#F914AF'

red 249 ◦ green 20 ◦ blue 175

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

Shades of Spicy Pink #F914AF

Tints of Spicy Pink #F914AF

RGB

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

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

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

R = 56.08%
G = 4.5%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F914AF (or 0xF914AF) is known color: Spicy Pink. HEX triplet: F9, 14 and AF. RGB value is (249,20,175). Sum of RGB (Red+Green+Blue) = 249+20+175=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F914AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F914AF is #06EB50. Grayscale: #696969. Windows color (decimal): -453457 or 11474169. OLE color: 11474169.

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

Color convert

RGB 249 20 175 -
CMYK 0 0.92 0.30 0.02
HSL 319.39º 0.95% 0.53% -
HSV(B) 319.39º 0.92% 0.98% -
XYZ 47.05 23.74 42.66 -
YUV 106.14 166.87 229.9 -
System Red Green Blue C M Y K H S L
Decimal 249 20 175 0 0.92 0.30 0.02 319.39 0.95 0.53
Hex F9 14 AF 0 5C 1E 2 13F 5F 35
Octal 371 24 257 0 134 36 2 477 137 65
Binary 11111001 10100 10101111 0 1011100 11110 10 100111111 1011111 110101

Color Harmonies of #F914AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F914AF

Black with #F914AF

Text Example


Text Example

White with #F914AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F914AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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