Html Css Color HEX #F911AF Spicy Pink

📋 copy color: '#F911AF'

red 249 ◦ green 17 ◦ blue 175

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

Shades of Spicy Pink #F911AF

Tints of Spicy Pink #F911AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.85%

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

R = 56.46%
G = 3.85%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F911AF (or 0xF911AF) is known color: Spicy Pink. HEX triplet: F9, 11 and AF. RGB value is (249,17,175). Sum of RGB (Red+Green+Blue) = 249+17+175=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F911AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F911AF is #06EE50. Grayscale: #676767. Windows color (decimal): -454225 or 11473401. OLE color: 11473401.

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

Color convert

RGB 249 17 175 -
CMYK 0 0.93 0.30 0.02
HSL 319.14º 0.95% 0.52% -
HSV(B) 319.14º 0.93% 0.98% -
XYZ 47.01 23.64 42.64 -
YUV 104.38 167.86 231.15 -
System Red Green Blue C M Y K H S L
Decimal 249 17 175 0 0.93 0.30 0.02 319.14 0.95 0.52
Hex F9 11 AF 0 5D 1E 2 13F 5F 34
Octal 371 21 257 0 135 36 2 477 137 64
Binary 11111001 10001 10101111 0 1011101 11110 10 100111111 1011111 110100

Color Harmonies of #F911AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911AF

Black with #F911AF

Text Example


Text Example

White with #F911AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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