Html Css Color HEX #F919AF Spicy Pink

📋 copy color: '#F919AF'

red 249 ◦ green 25 ◦ blue 175

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

Shades of Spicy Pink #F919AF

Tints of Spicy Pink #F919AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.57%

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

R = 55.46%
G = 5.57%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F919AF (or 0xF919AF) is known color: Spicy Pink. HEX triplet: F9, 19 and AF. RGB value is (249,25,175). Sum of RGB (Red+Green+Blue) = 249+25+175=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F919AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F919AF is #06E650. Grayscale: #6C6C6C. Windows color (decimal): -452177 or 11475449. OLE color: 11475449.

HSL color Cylindrical-coordinate representation of color #F919AF: hue angle of 319.82º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919AF is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 175 -
CMYK 0 0.90 0.30 0.02
HSL 319.82º 0.95% 0.54% -
HSV(B) 319.82º 0.9% 0.98% -
XYZ 47.15 23.93 42.69 -
YUV 109.08 165.21 227.8 -
System Red Green Blue C M Y K H S L
Decimal 249 25 175 0 0.90 0.30 0.02 319.82 0.95 0.54
Hex F9 19 AF 0 5A 1E 2 140 5F 36
Octal 371 31 257 0 132 36 2 500 137 66
Binary 11111001 11001 10101111 0 1011010 11110 10 101000000 1011111 110110

Color Harmonies of #F919AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F919AF

Black with #F919AF

Text Example


Text Example

White with #F919AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F919AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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