Html Css Color HEX #F00BC1 Shocking Pink

📋 copy color: '#F00BC1'

red 240 ◦ green 11 ◦ blue 193

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

Shades of Shocking Pink #F00BC1

Tints of Shocking Pink #F00BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 54.05%
G = 2.48%
B = 43.47%

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

#F00BC1 (or 0xF00BC1) is known color: Shocking Pink. HEX triplet: F0, 0B and C1. RGB value is (240,11,193). Sum of RGB (Red+Green+Blue) = 240+11+193=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00BC1 is #0FF43E. Grayscale: #636363. Windows color (decimal): -1045567 or 12651504. OLE color: 12651504.

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

Color convert

RGB 240 11 193 -
CMYK 0 0.95 0.20 0.06
HSL 312.31º 0.91% 0.49% -
HSV(B) 312.31º 0.95% 0.94% -
XYZ 45.68 22.61 52.41 -
YUV 100.22 180.37 227.7 -
System Red Green Blue C M Y K H S L
Decimal 240 11 193 0 0.95 0.20 0.06 312.31 0.91 0.49
Hex F0 B C1 0 5F 14 6 138 5B 31
Octal 360 13 301 0 137 24 6 470 133 61
Binary 11110000 1011 11000001 0 1011111 10100 110 100111000 1011011 110001

Color Harmonies of #F00BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BC1

Black with #F00BC1

Text Example


Text Example

White with #F00BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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