Html Css Color HEX #F80EB7 Shocking Pink

📋 copy color: '#F80EB7'

red 248 ◦ green 14 ◦ blue 183

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

Shades of Shocking Pink #F80EB7

Tints of Shocking Pink #F80EB7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.15%

 BLUE value IS 183 (71.88% from 255) = 41.12%

R = 55.73%
G = 3.15%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F80EB7 (or 0xF80EB7) is known color: Shocking Pink. HEX triplet: F8, 0E and B7. RGB value is (248,14,183). Sum of RGB (Red+Green+Blue) = 248+14+183=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80EB7 is #07F148. Grayscale: #666666. Windows color (decimal): -520521 or 11996920. OLE color: 11996920.

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

Color convert

RGB 248 14 183 -
CMYK 0 0.94 0.26 0.03
HSL 316.67º 0.94% 0.51% -
HSV(B) 316.67º 0.94% 0.97% -
XYZ 47.42 23.69 46.87 -
YUV 103.23 173.02 231.26 -
System Red Green Blue C M Y K H S L
Decimal 248 14 183 0 0.94 0.26 0.03 316.67 0.94 0.51
Hex F8 E B7 0 5E 1A 3 13D 5E 33
Octal 370 16 267 0 136 32 3 475 136 63
Binary 11111000 1110 10110111 0 1011110 11010 11 100111101 1011110 110011

Color Harmonies of #F80EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80EB7

Black with #F80EB7

Text Example


Text Example

White with #F80EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80EB7; }

 p { color: rgb(248,14,183); }

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

background-color css

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

 a { background-color: rgb(248,14,183); }

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

border-color css

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

 span { border-color: rgb(248,14,183); }

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