Html Css Color HEX #F80CBD Shocking Pink

📋 copy color: '#F80CBD'

red 248 ◦ green 12 ◦ blue 189

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

Shades of Shocking Pink #F80CBD

Tints of Shocking Pink #F80CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 55.23%
G = 2.67%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F80CBD (or 0xF80CBD) is known color: Shocking Pink. HEX triplet: F8, 0C and BD. RGB value is (248,12,189). Sum of RGB (Red+Green+Blue) = 248+12+189=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CBD is #07F342. Grayscale: #666666. Windows color (decimal): -521027 or 12389624. OLE color: 12389624.

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

Color convert

RGB 248 12 189 -
CMYK 0 0.95 0.24 0.03
HSL 315º 0.94% 0.51% -
HSV(B) 315º 0.95% 0.97% -
XYZ 48.03 23.89 50.22 -
YUV 102.74 176.69 231.61 -
System Red Green Blue C M Y K H S L
Decimal 248 12 189 0 0.95 0.24 0.03 315 0.94 0.51
Hex F8 C BD 0 5F 18 3 13B 5E 33
Octal 370 14 275 0 137 30 3 473 136 63
Binary 11111000 1100 10111101 0 1011111 11000 11 100111011 1011110 110011

Color Harmonies of #F80CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CBD

Black with #F80CBD

Text Example


Text Example

White with #F80CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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