Html Css Color HEX #F911B8 Shocking Pink

📋 copy color: '#F911B8'

red 249 ◦ green 17 ◦ blue 184

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

Shades of Shocking Pink #F911B8

Tints of Shocking Pink #F911B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.89%

R = 55.33%
G = 3.78%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F911B8 (or 0xF911B8) is known color: Shocking Pink. HEX triplet: F9, 11 and B8. RGB value is (249,17,184). Sum of RGB (Red+Green+Blue) = 249+17+184=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F911B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911B8 is #06EE47. Grayscale: #686868. Windows color (decimal): -454216 or 12063225. OLE color: 12063225.

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

Color convert

RGB 249 17 184 -
CMYK 0 0.93 0.26 0.02
HSL 316.81º 0.95% 0.52% -
HSV(B) 316.81º 0.93% 0.98% -
XYZ 47.92 24 47.45 -
YUV 105.41 172.36 230.42 -
System Red Green Blue C M Y K H S L
Decimal 249 17 184 0 0.93 0.26 0.02 316.81 0.95 0.52
Hex F9 11 B8 0 5D 1A 2 13D 5F 34
Octal 371 21 270 0 135 32 2 475 137 64
Binary 11111001 10001 10111000 0 1011101 11010 10 100111101 1011111 110100

Color Harmonies of #F911B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911B8

Black with #F911B8

Text Example


Text Example

White with #F911B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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