Html Css Color HEX #F20BBB Shocking Pink

📋 copy color: '#F20BBB'

red 242 ◦ green 11 ◦ blue 187

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

Shades of Shocking Pink #F20BBB

Tints of Shocking Pink #F20BBB

RGB

 RED value IS 242 (94.92% from 255) = 55%

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

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

R = 55%
G = 2.5%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F20BBB (or 0xF20BBB) is known color: Shocking Pink. HEX triplet: F2, 0B and BB. RGB value is (242,11,187). Sum of RGB (Red+Green+Blue) = 242+11+187=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BBB is #0DF444. Grayscale: #636363. Windows color (decimal): -914501 or 12258290. OLE color: 12258290.

HSL color Cylindrical-coordinate representation of color #F20BBB: hue angle of 314.29º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20BBB is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 11 187 -
CMYK 0 0.95 0.23 0.05
HSL 314.29º 0.91% 0.5% -
HSV(B) 314.29º 0.95% 0.95% -
XYZ 45.71 22.7 48.99 -
YUV 100.13 177.03 229.19 -
System Red Green Blue C M Y K H S L
Decimal 242 11 187 0 0.95 0.23 0.05 314.29 0.91 0.5
Hex F2 B BB 0 5F 17 5 13A 5B 32
Octal 362 13 273 0 137 27 5 472 133 62
Binary 11110010 1011 10111011 0 1011111 10111 101 100111010 1011011 110010

Color Harmonies of #F20BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20BBB

Black with #F20BBB

Text Example


Text Example

White with #F20BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20BBB; }

 p { color: rgb(242,11,187); }

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

background-color css

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

 a { background-color: rgb(242,11,187); }

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

border-color css

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

 span { border-color: rgb(242,11,187); }

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