Html Css Color HEX #F00BCB Shocking Pink

📋 copy color: '#F00BCB'

red 240 ◦ green 11 ◦ blue 203

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

Shades of Shocking Pink #F00BCB

Tints of Shocking Pink #F00BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 52.86%
G = 2.42%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F00BCB (or 0xF00BCB) is known color: Shocking Pink. HEX triplet: F0, 0B and CB. RGB value is (240,11,203). Sum of RGB (Red+Green+Blue) = 240+11+203=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00BCB is #0FF434. Grayscale: #646464. Windows color (decimal): -1045557 or 13306864. OLE color: 13306864.

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

Color convert

RGB 240 11 203 -
CMYK 0 0.95 0.15 0.06
HSL 309.69º 0.91% 0.49% -
HSV(B) 309.69º 0.95% 0.94% -
XYZ 46.83 23.08 58.49 -
YUV 101.36 185.37 226.89 -
System Red Green Blue C M Y K H S L
Decimal 240 11 203 0 0.95 0.15 0.06 309.69 0.91 0.49
Hex F0 B CB 0 5F F 6 136 5B 31
Octal 360 13 313 0 137 17 6 466 133 61
Binary 11110000 1011 11001011 0 1011111 1111 110 100110110 1011011 110001

Color Harmonies of #F00BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BCB

Black with #F00BCB

Text Example


Text Example

White with #F00BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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