Html Css Color HEX #F80FB9 Shocking Pink

📋 copy color: '#F80FB9'

red 248 ◦ green 15 ◦ blue 185

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

Shades of Shocking Pink #F80FB9

Tints of Shocking Pink #F80FB9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.35%

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 55.36%
G = 3.35%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F80FB9 (or 0xF80FB9) is known color: Shocking Pink. HEX triplet: F8, 0F and B9. RGB value is (248,15,185). Sum of RGB (Red+Green+Blue) = 248+15+185=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FB9 is #07F046. Grayscale: #676767. Windows color (decimal): -520263 or 12128248. OLE color: 12128248.

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

Color convert

RGB 248 15 185 -
CMYK 0 0.94 0.25 0.03
HSL 316.22º 0.94% 0.52% -
HSV(B) 316.22º 0.94% 0.97% -
XYZ 47.64 23.8 47.98 -
YUV 104.05 173.69 230.68 -
System Red Green Blue C M Y K H S L
Decimal 248 15 185 0 0.94 0.25 0.03 316.22 0.94 0.52
Hex F8 F B9 0 5E 19 3 13C 5E 34
Octal 370 17 271 0 136 31 3 474 136 64
Binary 11111000 1111 10111001 0 1011110 11001 11 100111100 1011110 110100

Color Harmonies of #F80FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FB9

Black with #F80FB9

Text Example


Text Example

White with #F80FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FB9; }

 p { color: rgb(248,15,185); }

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

background-color css

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

 a { background-color: rgb(248,15,185); }

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

border-color css

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

 span { border-color: rgb(248,15,185); }

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