Html Css Color HEX #F00BC0 Shocking Pink

📋 copy color: '#F00BC0'

red 240 ◦ green 11 ◦ blue 192

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

Shades of Shocking Pink #F00BC0

Tints of Shocking Pink #F00BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.34%

R = 54.18%
G = 2.48%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F00BC0 (or 0xF00BC0) is known color: Shocking Pink. HEX triplet: F0, 0B and C0. RGB value is (240,11,192). Sum of RGB (Red+Green+Blue) = 240+11+192=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00BC0 is #0FF43F. Grayscale: #636363. Windows color (decimal): -1045568 or 12585968. OLE color: 12585968.

HSL color Cylindrical-coordinate representation of color #F00BC0: hue angle of 312.58º 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 #F00BC0 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 11 192 -
CMYK 0 0.95 0.20 0.06
HSL 312.58º 0.91% 0.49% -
HSV(B) 312.58º 0.95% 0.94% -
XYZ 45.57 22.57 51.82 -
YUV 100.11 179.87 227.78 -
System Red Green Blue C M Y K H S L
Decimal 240 11 192 0 0.95 0.20 0.06 312.58 0.91 0.49
Hex F0 B C0 0 5F 14 6 139 5B 31
Octal 360 13 300 0 137 24 6 471 133 61
Binary 11110000 1011 11000000 0 1011111 10100 110 100111001 1011011 110001

Color Harmonies of #F00BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BC0

Black with #F00BC0

Text Example


Text Example

White with #F00BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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