Html Css Color HEX #F80BC9 Shocking Pink

📋 copy color: '#F80BC9'

red 248 ◦ green 11 ◦ blue 201

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

Shades of Shocking Pink #F80BC9

Tints of Shocking Pink #F80BC9

RGB

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

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

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

R = 53.91%
G = 2.39%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F80BC9 (or 0xF80BC9) is known color: Shocking Pink. HEX triplet: F8, 0B and C9. RGB value is (248,11,201). Sum of RGB (Red+Green+Blue) = 248+11+201=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BC9 is #07F436. Grayscale: #666666. Windows color (decimal): -521271 or 13175800. OLE color: 13175800.

HSL color Cylindrical-coordinate representation of color #F80BC9: hue angle of 311.9º 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 #F80BC9 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 11 201 -
CMYK 0 0.96 0.19 0.03
HSL 311.9º 0.94% 0.51% -
HSV(B) 311.9º 0.96% 0.97% -
XYZ 49.37 24.41 57.37 -
YUV 103.52 183.02 231.05 -
System Red Green Blue C M Y K H S L
Decimal 248 11 201 0 0.96 0.19 0.03 311.9 0.94 0.51
Hex F8 B C9 0 60 13 3 138 5E 33
Octal 370 13 311 0 140 23 3 470 136 63
Binary 11111000 1011 11001001 0 1100000 10011 11 100111000 1011110 110011

Color Harmonies of #F80BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BC9

Black with #F80BC9

Text Example


Text Example

White with #F80BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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