Html Css Color HEX #F718D5 Shocking Pink

📋 copy color: '#F718D5'

red 247 ◦ green 24 ◦ blue 213

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

Shades of Shocking Pink #F718D5

Tints of Shocking Pink #F718D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 51.03%
G = 4.96%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F718D5 (or 0xF718D5) is known color: Shocking Pink. HEX triplet: F7, 18 and D5. RGB value is (247,24,213). Sum of RGB (Red+Green+Blue) = 247+24+213=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F718D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718D5 is #08E72A. Grayscale: #6F6F6F. Windows color (decimal): -583467 or 13965559. OLE color: 13965559.

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

Color convert

RGB 247 24 213 -
CMYK 0 0.90 0.14 0.03
HSL 309.15º 0.93% 0.53% -
HSV(B) 309.15º 0.9% 0.97% -
XYZ 50.69 25.23 65.15 -
YUV 112.22 184.88 224.13 -
System Red Green Blue C M Y K H S L
Decimal 247 24 213 0 0.90 0.14 0.03 309.15 0.93 0.53
Hex F7 18 D5 0 5A E 3 135 5D 35
Octal 367 30 325 0 132 16 3 465 135 65
Binary 11110111 11000 11010101 0 1011010 1110 11 100110101 1011101 110101

Color Harmonies of #F718D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F718D5

Black with #F718D5

Text Example


Text Example

White with #F718D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F718D5; }

 p { color: rgb(247,24,213); }

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

background-color css

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

 a { background-color: rgb(247,24,213); }

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

border-color css

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

 span { border-color: rgb(247,24,213); }

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