Html Css Color HEX #F911B2 Spicy Pink

📋 copy color: '#F911B2'

red 249 ◦ green 17 ◦ blue 178

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

Shades of Spicy Pink #F911B2

Tints of Spicy Pink #F911B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 56.08%
G = 3.83%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F911B2 (or 0xF911B2) is known color: Spicy Pink. HEX triplet: F9, 11 and B2. RGB value is (249,17,178). Sum of RGB (Red+Green+Blue) = 249+17+178=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F911B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F911B2 is #06EE4D. Grayscale: #686868. Windows color (decimal): -454222 or 11670009. OLE color: 11670009.

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

Color convert

RGB 249 17 178 -
CMYK 0 0.93 0.29 0.02
HSL 318.36º 0.95% 0.52% -
HSV(B) 318.36º 0.93% 0.98% -
XYZ 47.3 23.75 44.21 -
YUV 104.72 169.36 230.91 -
System Red Green Blue C M Y K H S L
Decimal 249 17 178 0 0.93 0.29 0.02 318.36 0.95 0.52
Hex F9 11 B2 0 5D 1D 2 13E 5F 34
Octal 371 21 262 0 135 35 2 476 137 64
Binary 11111001 10001 10110010 0 1011101 11101 10 100111110 1011111 110100

Color Harmonies of #F911B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911B2

Black with #F911B2

Text Example


Text Example

White with #F911B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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