Html Css Color HEX #F518BE Shocking Pink

📋 copy color: '#F518BE'

red 245 ◦ green 24 ◦ blue 190

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

Shades of Shocking Pink #F518BE

Tints of Shocking Pink #F518BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 53.38%
G = 5.23%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F518BE (or 0xF518BE) is known color: Shocking Pink. HEX triplet: F5, 18 and BE. RGB value is (245,24,190). Sum of RGB (Red+Green+Blue) = 245+24+190=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F518BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F518BE is #0AE741. Grayscale: #6C6C6C. Windows color (decimal): -714562 or 12458229. OLE color: 12458229.

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

Color convert

RGB 245 24 190 -
CMYK 0 0.90 0.22 0.04
HSL 314.93º 0.92% 0.53% -
HSV(B) 314.93º 0.9% 0.96% -
XYZ 47.28 23.78 50.81 -
YUV 109 173.72 225 -
System Red Green Blue C M Y K H S L
Decimal 245 24 190 0 0.90 0.22 0.04 314.93 0.92 0.53
Hex F5 18 BE 0 5A 16 4 13B 5C 35
Octal 365 30 276 0 132 26 4 473 134 65
Binary 11110101 11000 10111110 0 1011010 10110 100 100111011 1011100 110101

Color Harmonies of #F518BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F518BE

Black with #F518BE

Text Example


Text Example

White with #F518BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F518BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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