Html Css Color HEX #F00BBB Shocking Pink

📋 copy color: '#F00BBB'

red 240 ◦ green 11 ◦ blue 187

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

Shades of Shocking Pink #F00BBB

Tints of Shocking Pink #F00BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.51%

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

R = 54.79%
G = 2.51%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F00BBB (or 0xF00BBB) is known color: Shocking Pink. HEX triplet: F0, 0B and BB. RGB value is (240,11,187). Sum of RGB (Red+Green+Blue) = 240+11+187=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00BBB is #0FF444. Grayscale: #636363. Windows color (decimal): -1045573 or 12258288. OLE color: 12258288.

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

Color convert

RGB 240 11 187 -
CMYK 0 0.95 0.22 0.06
HSL 313.89º 0.91% 0.49% -
HSV(B) 313.89º 0.95% 0.94% -
XYZ 45.02 22.35 48.96 -
YUV 99.54 177.37 228.19 -
System Red Green Blue C M Y K H S L
Decimal 240 11 187 0 0.95 0.22 0.06 313.89 0.91 0.49
Hex F0 B BB 0 5F 16 6 13A 5B 31
Octal 360 13 273 0 137 26 6 472 133 61
Binary 11110000 1011 10111011 0 1011111 10110 110 100111010 1011011 110001

Color Harmonies of #F00BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BBB

Black with #F00BBB

Text Example


Text Example

White with #F00BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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