Html Css Color HEX #F718CD Shocking Pink

📋 copy color: '#F718CD'

red 247 ◦ green 24 ◦ blue 205

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

Shades of Shocking Pink #F718CD

Tints of Shocking Pink #F718CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 51.89%
G = 5.04%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F718CD (or 0xF718CD) is known color: Shocking Pink. HEX triplet: F7, 18 and CD. RGB value is (247,24,205). Sum of RGB (Red+Green+Blue) = 247+24+205=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 24 (9.77% from 255 or 5.04% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F718CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718CD is #08E732. Grayscale: #6E6E6E. Windows color (decimal): -583475 or 13441271. OLE color: 13441271.

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

Color convert

RGB 247 24 205 -
CMYK 0 0.90 0.17 0.03
HSL 311.3º 0.93% 0.53% -
HSV(B) 311.3º 0.9% 0.97% -
XYZ 49.7 24.84 59.93 -
YUV 111.31 180.88 224.78 -
System Red Green Blue C M Y K H S L
Decimal 247 24 205 0 0.90 0.17 0.03 311.3 0.93 0.53
Hex F7 18 CD 0 5A 11 3 137 5D 35
Octal 367 30 315 0 132 21 3 467 135 65
Binary 11110111 11000 11001101 0 1011010 10001 11 100110111 1011101 110101

Color Harmonies of #F718CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F718CD

Black with #F718CD

Text Example


Text Example

White with #F718CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F718CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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