Html Css Color HEX #F911BF Shocking Pink

📋 copy color: '#F911BF'

red 249 ◦ green 17 ◦ blue 191

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

Shades of Shocking Pink #F911BF

Tints of Shocking Pink #F911BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.79%

R = 54.49%
G = 3.72%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F911BF (or 0xF911BF) is known color: Shocking Pink. HEX triplet: F9, 11 and BF. RGB value is (249,17,191). Sum of RGB (Red+Green+Blue) = 249+17+191=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 17 (7.03% from 255 or 3.72% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F911BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911BF is #06EE40. Grayscale: #696969. Windows color (decimal): -454209 or 12521977. OLE color: 12521977.

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

Color convert

RGB 249 17 191 -
CMYK 0 0.93 0.23 0.02
HSL 315º 0.95% 0.52% -
HSV(B) 315º 0.93% 0.98% -
XYZ 48.67 24.3 51.42 -
YUV 106.2 175.86 229.85 -
System Red Green Blue C M Y K H S L
Decimal 249 17 191 0 0.93 0.23 0.02 315 0.95 0.52
Hex F9 11 BF 0 5D 17 2 13B 5F 34
Octal 371 21 277 0 135 27 2 473 137 64
Binary 11111001 10001 10111111 0 1011101 10111 10 100111011 1011111 110100

Color Harmonies of #F911BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911BF

Black with #F911BF

Text Example


Text Example

White with #F911BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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