Html Css Color HEX #F80CCA Shocking Pink

📋 copy color: '#F80CCA'

red 248 ◦ green 12 ◦ blue 202

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

Shades of Shocking Pink #F80CCA

Tints of Shocking Pink #F80CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 53.68%
G = 2.6%
B = 43.72%

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

#F80CCA (or 0xF80CCA) is known color: Shocking Pink. HEX triplet: F8, 0C and CA. RGB value is (248,12,202). Sum of RGB (Red+Green+Blue) = 248+12+202=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CCA is #07F335. Grayscale: #676767. Windows color (decimal): -521014 or 13241592. OLE color: 13241592.

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

Color convert

RGB 248 12 202 -
CMYK 0 0.95 0.19 0.03
HSL 311.69º 0.94% 0.51% -
HSV(B) 311.69º 0.95% 0.97% -
XYZ 49.5 24.48 57.99 -
YUV 104.22 183.19 230.55 -
System Red Green Blue C M Y K H S L
Decimal 248 12 202 0 0.95 0.19 0.03 311.69 0.94 0.51
Hex F8 C CA 0 5F 13 3 138 5E 33
Octal 370 14 312 0 137 23 3 470 136 63
Binary 11111000 1100 11001010 0 1011111 10011 11 100111000 1011110 110011

Color Harmonies of #F80CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CCA

Black with #F80CCA

Text Example


Text Example

White with #F80CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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