Html Css Color HEX #F519BC Shocking Pink

📋 copy color: '#F519BC'

red 245 ◦ green 25 ◦ blue 188

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

Shades of Shocking Pink #F519BC

Tints of Shocking Pink #F519BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 53.49%
G = 5.46%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F519BC (or 0xF519BC) is known color: Shocking Pink. HEX triplet: F5, 19 and BC. RGB value is (245,25,188). Sum of RGB (Red+Green+Blue) = 245+25+188=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F519BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519BC is #0AE643. Grayscale: #6C6C6C. Windows color (decimal): -714308 or 12327413. OLE color: 12327413.

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

Color convert

RGB 245 25 188 -
CMYK 0 0.90 0.23 0.04
HSL 315.55º 0.92% 0.53% -
HSV(B) 315.55º 0.9% 0.96% -
XYZ 47.08 23.74 49.68 -
YUV 109.36 172.39 224.75 -
System Red Green Blue C M Y K H S L
Decimal 245 25 188 0 0.90 0.23 0.04 315.55 0.92 0.53
Hex F5 19 BC 0 5A 17 4 13C 5C 35
Octal 365 31 274 0 132 27 4 474 134 65
Binary 11110101 11001 10111100 0 1011010 10111 100 100111100 1011100 110101

Color Harmonies of #F519BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F519BC

Black with #F519BC

Text Example


Text Example

White with #F519BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F519BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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