Html Css Color HEX #F80CC9 Shocking Pink

📋 copy color: '#F80CC9'

red 248 ◦ green 12 ◦ blue 201

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

Shades of Shocking Pink #F80CC9

Tints of Shocking Pink #F80CC9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.6%

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

R = 53.8%
G = 2.6%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F80CC9 (or 0xF80CC9) is known color: Shocking Pink. HEX triplet: F8, 0C and C9. RGB value is (248,12,201). Sum of RGB (Red+Green+Blue) = 248+12+201=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CC9 is #07F336. Grayscale: #676767. Windows color (decimal): -521015 or 13176056. OLE color: 13176056.

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

Color convert

RGB 248 12 201 -
CMYK 0 0.95 0.19 0.03
HSL 311.95º 0.94% 0.51% -
HSV(B) 311.95º 0.95% 0.97% -
XYZ 49.39 24.44 57.37 -
YUV 104.11 182.69 230.63 -
System Red Green Blue C M Y K H S L
Decimal 248 12 201 0 0.95 0.19 0.03 311.95 0.94 0.51
Hex F8 C C9 0 5F 13 3 138 5E 33
Octal 370 14 311 0 137 23 3 470 136 63
Binary 11111000 1100 11001001 0 1011111 10011 11 100111000 1011110 110011

Color Harmonies of #F80CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CC9

Black with #F80CC9

Text Example


Text Example

White with #F80CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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