Html Css Color HEX #F519B8 Shocking Pink

📋 copy color: '#F519B8'

red 245 ◦ green 25 ◦ blue 184

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

Shades of Shocking Pink #F519B8

Tints of Shocking Pink #F519B8

RGB

 RED value IS 245 (96.09% from 255) = 53.96%

 GREEN value IS 25 (10.16% from 255) = 5.51%

 BLUE value IS 184 (72.27% from 255) = 40.53%

R = 53.96%
G = 5.51%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F519B8 (or 0xF519B8) is known color: Shocking Pink. HEX triplet: F5, 19 and B8. RGB value is (245,25,184). Sum of RGB (Red+Green+Blue) = 245+25+184=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F519B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519B8 is #0AE647. Grayscale: #6C6C6C. Windows color (decimal): -714312 or 12065269. OLE color: 12065269.

HSL color Cylindrical-coordinate representation of color #F519B8: hue angle of 316.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F519B8 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 25 184 -
CMYK 0 0.90 0.25 0.04
HSL 316.64º 0.92% 0.53% -
HSV(B) 316.64º 0.9% 0.96% -
XYZ 46.66 23.57 47.44 -
YUV 108.91 170.39 225.07 -
System Red Green Blue C M Y K H S L
Decimal 245 25 184 0 0.90 0.25 0.04 316.64 0.92 0.53
Hex F5 19 B8 0 5A 19 4 13D 5C 35
Octal 365 31 270 0 132 31 4 475 134 65
Binary 11110101 11001 10111000 0 1011010 11001 100 100111101 1011100 110101

Color Harmonies of #F519B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F519B8

Black with #F519B8

Text Example


Text Example

White with #F519B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F519B8; }

 p { color: rgb(245,25,184); }

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

background-color css

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

 a { background-color: rgb(245,25,184); }

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

border-color css

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

 span { border-color: rgb(245,25,184); }

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