Html Css Color HEX #F518C7 Shocking Pink

📋 copy color: '#F518C7'

red 245 ◦ green 24 ◦ blue 199

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

Shades of Shocking Pink #F518C7

Tints of Shocking Pink #F518C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 52.35%
G = 5.13%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F518C7 (or 0xF518C7) is known color: Shocking Pink. HEX triplet: F5, 18 and C7. RGB value is (245,24,199). Sum of RGB (Red+Green+Blue) = 245+24+199=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F518C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F518C7 is #0AE738. Grayscale: #6D6D6D. Windows color (decimal): -714553 or 13048053. OLE color: 13048053.

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

Color convert

RGB 245 24 199 -
CMYK 0 0.90 0.19 0.04
HSL 312.49º 0.92% 0.53% -
HSV(B) 312.49º 0.9% 0.96% -
XYZ 48.29 24.19 56.16 -
YUV 110.03 178.22 224.27 -
System Red Green Blue C M Y K H S L
Decimal 245 24 199 0 0.90 0.19 0.04 312.49 0.92 0.53
Hex F5 18 C7 0 5A 13 4 138 5C 35
Octal 365 30 307 0 132 23 4 470 134 65
Binary 11110101 11000 11000111 0 1011010 10011 100 100111000 1011100 110101

Color Harmonies of #F518C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F518C7

Black with #F518C7

Text Example


Text Example

White with #F518C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F518C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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