Html Css Color HEX #F00FBB Shocking Pink

📋 copy color: '#F00FBB'

red 240 ◦ green 15 ◦ blue 187

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

Shades of Shocking Pink #F00FBB

Tints of Shocking Pink #F00FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.39%

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

R = 54.3%
G = 3.39%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F00FBB (or 0xF00FBB) is known color: Shocking Pink. HEX triplet: F0, 0F and BB. RGB value is (240,15,187). Sum of RGB (Red+Green+Blue) = 240+15+187=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FBB is #0FF044. Grayscale: #656565. Windows color (decimal): -1044549 or 12259312. OLE color: 12259312.

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

Color convert

RGB 240 15 187 -
CMYK 0 0.94 0.22 0.06
HSL 314.13º 0.88% 0.5% -
HSV(B) 314.13º 0.94% 0.94% -
XYZ 45.08 22.45 48.97 -
YUV 101.88 176.04 226.51 -
System Red Green Blue C M Y K H S L
Decimal 240 15 187 0 0.94 0.22 0.06 314.13 0.88 0.5
Hex F0 F BB 0 5E 16 6 13A 58 32
Octal 360 17 273 0 136 26 6 472 130 62
Binary 11110000 1111 10111011 0 1011110 10110 110 100111010 1011000 110010

Color Harmonies of #F00FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FBB

Black with #F00FBB

Text Example


Text Example

White with #F00FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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