Html Css Color HEX #F00BC9 Shocking Pink

📋 copy color: '#F00BC9'

red 240 ◦ green 11 ◦ blue 201

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

Shades of Shocking Pink #F00BC9

Tints of Shocking Pink #F00BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 53.1%
G = 2.43%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F00BC9 (or 0xF00BC9) is known color: Shocking Pink. HEX triplet: F0, 0B and C9. RGB value is (240,11,201). Sum of RGB (Red+Green+Blue) = 240+11+201=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00BC9 is #0FF436. Grayscale: #646464. Windows color (decimal): -1045559 or 13175792. OLE color: 13175792.

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

Color convert

RGB 240 11 201 -
CMYK 0 0.95 0.16 0.06
HSL 310.22º 0.91% 0.49% -
HSV(B) 310.22º 0.95% 0.94% -
XYZ 46.6 22.98 57.24 -
YUV 101.13 184.37 227.05 -
System Red Green Blue C M Y K H S L
Decimal 240 11 201 0 0.95 0.16 0.06 310.22 0.91 0.49
Hex F0 B C9 0 5F 10 6 136 5B 31
Octal 360 13 311 0 137 20 6 466 133 61
Binary 11110000 1011 11001001 0 1011111 10000 110 100110110 1011011 110001

Color Harmonies of #F00BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BC9

Black with #F00BC9

Text Example


Text Example

White with #F00BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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