Html Css Color HEX #F80CBB Shocking Pink

📋 copy color: '#F80CBB'

red 248 ◦ green 12 ◦ blue 187

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

Shades of Shocking Pink #F80CBB

Tints of Shocking Pink #F80CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 55.48%
G = 2.68%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F80CBB (or 0xF80CBB) is known color: Shocking Pink. HEX triplet: F8, 0C and BB. RGB value is (248,12,187). Sum of RGB (Red+Green+Blue) = 248+12+187=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CBB is #07F344. Grayscale: #666666. Windows color (decimal): -521029 or 12258552. OLE color: 12258552.

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

Color convert

RGB 248 12 187 -
CMYK 0 0.95 0.25 0.03
HSL 315.51º 0.94% 0.51% -
HSV(B) 315.51º 0.95% 0.97% -
XYZ 47.81 23.81 49.09 -
YUV 102.51 175.69 231.77 -
System Red Green Blue C M Y K H S L
Decimal 248 12 187 0 0.95 0.25 0.03 315.51 0.94 0.51
Hex F8 C BB 0 5F 19 3 13C 5E 33
Octal 370 14 273 0 137 31 3 474 136 63
Binary 11111000 1100 10111011 0 1011111 11001 11 100111100 1011110 110011

Color Harmonies of #F80CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CBB

Black with #F80CBB

Text Example


Text Example

White with #F80CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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