Html Css Color HEX #F718D6 Shocking Pink

📋 copy color: '#F718D6'

red 247 ◦ green 24 ◦ blue 214

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

Shades of Shocking Pink #F718D6

Tints of Shocking Pink #F718D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.12%

R = 50.93%
G = 4.95%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F718D6 (or 0xF718D6) is known color: Shocking Pink. HEX triplet: F7, 18 and D6. RGB value is (247,24,214). Sum of RGB (Red+Green+Blue) = 247+24+214=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F718D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718D6 is #08E729. Grayscale: #6F6F6F. Windows color (decimal): -583466 or 14031095. OLE color: 14031095.

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

Color convert

RGB 247 24 214 -
CMYK 0 0.90 0.13 0.03
HSL 308.88º 0.93% 0.53% -
HSV(B) 308.88º 0.9% 0.97% -
XYZ 50.82 25.28 65.82 -
YUV 112.34 185.38 224.05 -
System Red Green Blue C M Y K H S L
Decimal 247 24 214 0 0.90 0.13 0.03 308.88 0.93 0.53
Hex F7 18 D6 0 5A D 3 135 5D 35
Octal 367 30 326 0 132 15 3 465 135 65
Binary 11110111 11000 11010110 0 1011010 1101 11 100110101 1011101 110101

Color Harmonies of #F718D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F718D6

Black with #F718D6

Text Example


Text Example

White with #F718D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F718D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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