Html Css Color HEX #F910BB Shocking Pink

📋 copy color: '#F910BB'

red 249 ◦ green 16 ◦ blue 187

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

Shades of Shocking Pink #F910BB

Tints of Shocking Pink #F910BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.54%

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 55.09%
G = 3.54%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F910BB (or 0xF910BB) is known color: Shocking Pink. HEX triplet: F9, 10 and BB. RGB value is (249,16,187). Sum of RGB (Red+Green+Blue) = 249+16+187=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F910BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F910BB is #06EF44. Grayscale: #686868. Windows color (decimal): -454469 or 12259577. OLE color: 12259577.

HSL color Cylindrical-coordinate representation of color #F910BB: hue angle of 315.97º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F910BB is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 16 187 -
CMYK 0 0.94 0.25 0.02
HSL 315.97º 0.95% 0.52% -
HSV(B) 315.97º 0.94% 0.98% -
XYZ 48.22 24.1 49.12 -
YUV 105.16 174.19 230.6 -
System Red Green Blue C M Y K H S L
Decimal 249 16 187 0 0.94 0.25 0.02 315.97 0.95 0.52
Hex F9 10 BB 0 5E 19 2 13C 5F 34
Octal 371 20 273 0 136 31 2 474 137 64
Binary 11111001 10000 10111011 0 1011110 11001 10 100111100 1011111 110100

Color Harmonies of #F910BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F910BB

Black with #F910BB

Text Example


Text Example

White with #F910BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F910BB; }

 p { color: rgb(249,16,187); }

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

background-color css

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

 a { background-color: rgb(249,16,187); }

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

border-color css

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

 span { border-color: rgb(249,16,187); }

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