Html Css Color HEX #F719BD Shocking Pink

📋 copy color: '#F719BD'

red 247 ◦ green 25 ◦ blue 189

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

Shades of Shocking Pink #F719BD

Tints of Shocking Pink #F719BD

RGB

 RED value IS 247 (96.88% from 255) = 53.58%

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 53.58%
G = 5.42%
B = 41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F719BD (or 0xF719BD) is known color: Shocking Pink. HEX triplet: F7, 19 and BD. RGB value is (247,25,189). Sum of RGB (Red+Green+Blue) = 247+25+189=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F719BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F719BD is #08E642. Grayscale: #6D6D6D. Windows color (decimal): -583235 or 12392951. OLE color: 12392951.

HSL color Cylindrical-coordinate representation of color #F719BD: hue angle of 315.68º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F719BD is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 25 189 -
CMYK 0 0.90 0.23 0.03
HSL 315.68º 0.93% 0.53% -
HSV(B) 315.68º 0.9% 0.97% -
XYZ 47.89 24.14 50.28 -
YUV 110.07 172.55 225.66 -
System Red Green Blue C M Y K H S L
Decimal 247 25 189 0 0.90 0.23 0.03 315.68 0.93 0.53
Hex F7 19 BD 0 5A 17 3 13C 5D 35
Octal 367 31 275 0 132 27 3 474 135 65
Binary 11110111 11001 10111101 0 1011010 10111 11 100111100 1011101 110101

Color Harmonies of #F719BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F719BD

Black with #F719BD

Text Example


Text Example

White with #F719BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F719BD; }

 p { color: rgb(247,25,189); }

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

background-color css

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

 a { background-color: rgb(247,25,189); }

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

border-color css

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

 span { border-color: rgb(247,25,189); }

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