Html Css Color HEX #F718D7 Shocking Pink

📋 copy color: '#F718D7'

red 247 ◦ green 24 ◦ blue 215

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

Shades of Shocking Pink #F718D7

Tints of Shocking Pink #F718D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 50.82%
G = 4.94%
B = 44.24%

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

#F718D7 (or 0xF718D7) is known color: Shocking Pink. HEX triplet: F7, 18 and D7. RGB value is (247,24,215). Sum of RGB (Red+Green+Blue) = 247+24+215=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F718D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718D7 is #08E728. Grayscale: #6F6F6F. Windows color (decimal): -583465 or 14096631. OLE color: 14096631.

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

Color convert

RGB 247 24 215 -
CMYK 0 0.90 0.13 0.03
HSL 308.61º 0.93% 0.53% -
HSV(B) 308.61º 0.9% 0.97% -
XYZ 50.95 25.33 66.49 -
YUV 112.45 185.88 223.97 -
System Red Green Blue C M Y K H S L
Decimal 247 24 215 0 0.90 0.13 0.03 308.61 0.93 0.53
Hex F7 18 D7 0 5A D 3 135 5D 35
Octal 367 30 327 0 132 15 3 465 135 65
Binary 11110111 11000 11010111 0 1011010 1101 11 100110101 1011101 110101

Color Harmonies of #F718D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F718D7

Black with #F718D7

Text Example


Text Example

White with #F718D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F718D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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