Html Css Color HEX #F718C1 Shocking Pink

📋 copy color: '#F718C1'

red 247 ◦ green 24 ◦ blue 193

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

Shades of Shocking Pink #F718C1

Tints of Shocking Pink #F718C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.59%

R = 53.23%
G = 5.17%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F718C1 (or 0xF718C1) is known color: Shocking Pink. HEX triplet: F7, 18 and C1. RGB value is (247,24,193). Sum of RGB (Red+Green+Blue) = 247+24+193=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F718C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718C1 is #08E73E. Grayscale: #6D6D6D. Windows color (decimal): -583487 or 12654839. OLE color: 12654839.

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

Color convert

RGB 247 24 193 -
CMYK 0 0.90 0.22 0.03
HSL 314.53º 0.93% 0.53% -
HSV(B) 314.53º 0.9% 0.97% -
XYZ 48.31 24.28 52.59 -
YUV 109.94 174.88 225.76 -
System Red Green Blue C M Y K H S L
Decimal 247 24 193 0 0.90 0.22 0.03 314.53 0.93 0.53
Hex F7 18 C1 0 5A 16 3 13B 5D 35
Octal 367 30 301 0 132 26 3 473 135 65
Binary 11110111 11000 11000001 0 1011010 10110 11 100111011 1011101 110101

Color Harmonies of #F718C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F718C1

Black with #F718C1

Text Example


Text Example

White with #F718C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F718C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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