Html Css Color HEX #F80BCA Shocking Pink

📋 copy color: '#F80BCA'

red 248 ◦ green 11 ◦ blue 202

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

Shades of Shocking Pink #F80BCA

Tints of Shocking Pink #F80BCA

RGB

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

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

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

R = 53.8%
G = 2.39%
B = 43.82%

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

#F80BCA (or 0xF80BCA) is known color: Shocking Pink. HEX triplet: F8, 0B and CA. RGB value is (248,11,202). Sum of RGB (Red+Green+Blue) = 248+11+202=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 11 (4.69% from 255 or 2.39% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BCA is #07F435. Grayscale: #676767. Windows color (decimal): -521270 or 13241336. OLE color: 13241336.

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

Color convert

RGB 248 11 202 -
CMYK 0 0.96 0.19 0.03
HSL 311.65º 0.94% 0.51% -
HSV(B) 311.65º 0.96% 0.97% -
XYZ 49.49 24.46 57.99 -
YUV 103.64 183.52 230.97 -
System Red Green Blue C M Y K H S L
Decimal 248 11 202 0 0.96 0.19 0.03 311.65 0.94 0.51
Hex F8 B CA 0 60 13 3 138 5E 33
Octal 370 13 312 0 140 23 3 470 136 63
Binary 11111000 1011 11001010 0 1100000 10011 11 100111000 1011110 110011

Color Harmonies of #F80BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BCA

Black with #F80BCA

Text Example


Text Example

White with #F80BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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