Html Css Color HEX #F80FBC Shocking Pink

📋 copy color: '#F80FBC'

red 248 ◦ green 15 ◦ blue 188

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

Shades of Shocking Pink #F80FBC

Tints of Shocking Pink #F80FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.33%

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 54.99%
G = 3.33%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F80FBC (or 0xF80FBC) is known color: Shocking Pink. HEX triplet: F8, 0F and BC. RGB value is (248,15,188). Sum of RGB (Red+Green+Blue) = 248+15+188=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FBC is #07F043. Grayscale: #676767. Windows color (decimal): -520260 or 12324856. OLE color: 12324856.

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

Color convert

RGB 248 15 188 -
CMYK 0 0.94 0.24 0.03
HSL 315.45º 0.94% 0.52% -
HSV(B) 315.45º 0.94% 0.97% -
XYZ 47.96 23.93 49.67 -
YUV 104.39 175.19 230.43 -
System Red Green Blue C M Y K H S L
Decimal 248 15 188 0 0.94 0.24 0.03 315.45 0.94 0.52
Hex F8 F BC 0 5E 18 3 13B 5E 34
Octal 370 17 274 0 136 30 3 473 136 64
Binary 11111000 1111 10111100 0 1011110 11000 11 100111011 1011110 110100

Color Harmonies of #F80FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FBC

Black with #F80FBC

Text Example


Text Example

White with #F80FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FBC; }

 p { color: rgb(248,15,188); }

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

background-color css

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

 a { background-color: rgb(248,15,188); }

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

border-color css

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

 span { border-color: rgb(248,15,188); }

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