Html Css Color HEX #F518D8 Shocking Pink

📋 copy color: '#F518D8'

red 245 ◦ green 24 ◦ blue 216

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

Shades of Shocking Pink #F518D8

Tints of Shocking Pink #F518D8

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.95%

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 50.52%
G = 4.95%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F518D8 (or 0xF518D8) is known color: Shocking Pink. HEX triplet: F5, 18 and D8. RGB value is (245,24,216). Sum of RGB (Red+Green+Blue) = 245+24+216=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F518D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F518D8 is #0AE727. Grayscale: #6F6F6F. Windows color (decimal): -714536 or 14162165. OLE color: 14162165.

HSL color Cylindrical-coordinate representation of color #F518D8: hue angle of 307.87º 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 #F518D8 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 24 216 -
CMYK 0 0.90 0.12 0.04
HSL 307.87º 0.92% 0.53% -
HSV(B) 307.87º 0.9% 0.96% -
XYZ 50.38 25.02 67.14 -
YUV 111.97 186.72 222.89 -
System Red Green Blue C M Y K H S L
Decimal 245 24 216 0 0.90 0.12 0.04 307.87 0.92 0.53
Hex F5 18 D8 0 5A C 4 134 5C 35
Octal 365 30 330 0 132 14 4 464 134 65
Binary 11110101 11000 11011000 0 1011010 1100 100 100110100 1011100 110101

Color Harmonies of #F518D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F518D8

Black with #F518D8

Text Example


Text Example

White with #F518D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F518D8; }

 p { color: rgb(245,24,216); }

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

background-color css

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

 a { background-color: rgb(245,24,216); }

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

border-color css

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

 span { border-color: rgb(245,24,216); }

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