Html Css Color HEX #F80BBE Shocking Pink

📋 copy color: '#F80BBE'

red 248 ◦ green 11 ◦ blue 190

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

Shades of Shocking Pink #F80BBE

Tints of Shocking Pink #F80BBE

RGB

 RED value IS 248 (97.27% from 255) = 55.23%

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 55.23%
G = 2.45%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F80BBE (or 0xF80BBE) is known color: Shocking Pink. HEX triplet: F8, 0B and BE. RGB value is (248,11,190). Sum of RGB (Red+Green+Blue) = 248+11+190=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BBE is #07F441. Grayscale: #656565. Windows color (decimal): -521282 or 12454904. OLE color: 12454904.

HSL color Cylindrical-coordinate representation of color #F80BBE: hue angle of 314.68º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80BBE is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 11 190 -
CMYK 0 0.96 0.23 0.03
HSL 314.68º 0.94% 0.51% -
HSV(B) 314.68º 0.96% 0.97% -
XYZ 48.13 23.91 50.79 -
YUV 102.27 177.52 231.95 -
System Red Green Blue C M Y K H S L
Decimal 248 11 190 0 0.96 0.23 0.03 314.68 0.94 0.51
Hex F8 B BE 0 60 17 3 13B 5E 33
Octal 370 13 276 0 140 27 3 473 136 63
Binary 11111000 1011 10111110 0 1100000 10111 11 100111011 1011110 110011

Color Harmonies of #F80BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BBE

Black with #F80BBE

Text Example


Text Example

White with #F80BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BBE; }

 p { color: rgb(248,11,190); }

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

background-color css

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

 a { background-color: rgb(248,11,190); }

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

border-color css

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

 span { border-color: rgb(248,11,190); }

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