Html Css Color HEX #F718CE Shocking Pink

📋 copy color: '#F718CE'

red 247 ◦ green 24 ◦ blue 206

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

Shades of Shocking Pink #F718CE

Tints of Shocking Pink #F718CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 51.78%
G = 5.03%
B = 43.19%

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

#F718CE (or 0xF718CE) is known color: Shocking Pink. HEX triplet: F7, 18 and CE. RGB value is (247,24,206). Sum of RGB (Red+Green+Blue) = 247+24+206=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F718CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718CE is #08E731. Grayscale: #6E6E6E. Windows color (decimal): -583474 or 13506807. OLE color: 13506807.

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

Color convert

RGB 247 24 206 -
CMYK 0 0.90 0.17 0.03
HSL 311.03º 0.93% 0.53% -
HSV(B) 311.03º 0.9% 0.97% -
XYZ 49.82 24.88 60.57 -
YUV 111.43 181.38 224.7 -
System Red Green Blue C M Y K H S L
Decimal 247 24 206 0 0.90 0.17 0.03 311.03 0.93 0.53
Hex F7 18 CE 0 5A 11 3 137 5D 35
Octal 367 30 316 0 132 21 3 467 135 65
Binary 11110111 11000 11001110 0 1011010 10001 11 100110111 1011101 110101

Color Harmonies of #F718CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F718CE

Black with #F718CE

Text Example


Text Example

White with #F718CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F718CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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