Html Css Color HEX #F911A2 Spicy Pink

📋 copy color: '#F911A2'

red 249 ◦ green 17 ◦ blue 162

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

Shades of Spicy Pink #F911A2

Tints of Spicy Pink #F911A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.85%

R = 58.18%
G = 3.97%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F911A2 (or 0xF911A2) is known color: Spicy Pink. HEX triplet: F9, 11 and A2. RGB value is (249,17,162). Sum of RGB (Red+Green+Blue) = 249+17+162=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F911A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F911A2 is #06EE5D. Grayscale: #666666. Windows color (decimal): -454238 or 10621433. OLE color: 10621433.

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

Color convert

RGB 249 17 162 -
CMYK 0 0.93 0.35 0.02
HSL 322.5º 0.95% 0.52% -
HSV(B) 322.5º 0.93% 0.98% -
XYZ 45.79 23.15 36.24 -
YUV 102.9 161.36 232.21 -
System Red Green Blue C M Y K H S L
Decimal 249 17 162 0 0.93 0.35 0.02 322.5 0.95 0.52
Hex F9 11 A2 0 5D 23 2 142 5F 34
Octal 371 21 242 0 135 43 2 502 137 64
Binary 11111001 10001 10100010 0 1011101 100011 10 101000010 1011111 110100

Color Harmonies of #F911A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911A2

Black with #F911A2

Text Example


Text Example

White with #F911A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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