Html Css Color HEX #F911B3 Shocking Pink

📋 copy color: '#F911B3'

red 249 ◦ green 17 ◦ blue 179

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

Shades of Shocking Pink #F911B3

Tints of Shocking Pink #F911B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.22%

R = 55.96%
G = 3.82%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F911B3 (or 0xF911B3) is known color: Shocking Pink. HEX triplet: F9, 11 and B3. RGB value is (249,17,179). Sum of RGB (Red+Green+Blue) = 249+17+179=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F911B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911B3 is #06EE4C. Grayscale: #686868. Windows color (decimal): -454221 or 11735545. OLE color: 11735545.

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

Color convert

RGB 249 17 179 -
CMYK 0 0.93 0.28 0.02
HSL 318.1º 0.95% 0.52% -
HSV(B) 318.1º 0.93% 0.98% -
XYZ 47.4 23.8 44.74 -
YUV 104.84 169.86 230.83 -
System Red Green Blue C M Y K H S L
Decimal 249 17 179 0 0.93 0.28 0.02 318.1 0.95 0.52
Hex F9 11 B3 0 5D 1C 2 13E 5F 34
Octal 371 21 263 0 135 34 2 476 137 64
Binary 11111001 10001 10110011 0 1011101 11100 10 100111110 1011111 110100

Color Harmonies of #F911B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911B3

Black with #F911B3

Text Example


Text Example

White with #F911B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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