Html Css Color HEX #F008BB Shocking Pink

📋 copy color: '#F008BB'

red 240 ◦ green 8 ◦ blue 187

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

Shades of Shocking Pink #F008BB

Tints of Shocking Pink #F008BB

RGB

 RED value IS 240 (94.14% from 255) = 55.17%

 GREEN value IS 8 (3.52% from 255) = 1.84%

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

R = 55.17%
G = 1.84%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F008BB (or 0xF008BB) is known color: Shocking Pink. HEX triplet: F0, 08 and BB. RGB value is (240,8,187). Sum of RGB (Red+Green+Blue) = 240+8+187=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F008BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F008BB is #0FF744. Grayscale: #616161. Windows color (decimal): -1046341 or 12257520. OLE color: 12257520.

HSL color Cylindrical-coordinate representation of color #F008BB: hue angle of 313.71º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008BB is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 187 -
CMYK 0 0.97 0.22 0.06
HSL 313.71º 0.94% 0.49% -
HSV(B) 313.71º 0.97% 0.94% -
XYZ 44.99 22.29 48.94 -
YUV 97.77 178.36 229.45 -
System Red Green Blue C M Y K H S L
Decimal 240 8 187 0 0.97 0.22 0.06 313.71 0.94 0.49
Hex F0 8 BB 0 61 16 6 13A 5E 31
Octal 360 10 273 0 141 26 6 472 136 61
Binary 11110000 1000 10111011 0 1100001 10110 110 100111010 1011110 110001

Color Harmonies of #F008BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F008BB

Black with #F008BB

Text Example


Text Example

White with #F008BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F008BB; }

 p { color: rgb(240,8,187); }

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

background-color css

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

 a { background-color: rgb(240,8,187); }

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

border-color css

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

 span { border-color: rgb(240,8,187); }

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