Html Css Color HEX #F911A8 Spicy Pink

📋 copy color: '#F911A8'

red 249 ◦ green 17 ◦ blue 168

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

Shades of Spicy Pink #F911A8

Tints of Spicy Pink #F911A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.71%

R = 57.37%
G = 3.92%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F911A8 (or 0xF911A8) is known color: Spicy Pink. HEX triplet: F9, 11 and A8. RGB value is (249,17,168). Sum of RGB (Red+Green+Blue) = 249+17+168=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F911A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F911A8 is #06EE57. Grayscale: #676767. Windows color (decimal): -454232 or 11014649. OLE color: 11014649.

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

Color convert

RGB 249 17 168 -
CMYK 0 0.93 0.33 0.02
HSL 320.95º 0.95% 0.52% -
HSV(B) 320.95º 0.93% 0.98% -
XYZ 46.34 23.37 39.11 -
YUV 103.58 164.36 231.72 -
System Red Green Blue C M Y K H S L
Decimal 249 17 168 0 0.93 0.33 0.02 320.95 0.95 0.52
Hex F9 11 A8 0 5D 21 2 141 5F 34
Octal 371 21 250 0 135 41 2 501 137 64
Binary 11111001 10001 10101000 0 1011101 100001 10 101000001 1011111 110100

Color Harmonies of #F911A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911A8

Black with #F911A8

Text Example


Text Example

White with #F911A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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