Html Css Color HEX #F718B9 Shocking Pink

📋 copy color: '#F718B9'

red 247 ◦ green 24 ◦ blue 185

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

Shades of Shocking Pink #F718B9

Tints of Shocking Pink #F718B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.57%

R = 54.17%
G = 5.26%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F718B9 (or 0xF718B9) is known color: Shocking Pink. HEX triplet: F7, 18 and B9. RGB value is (247,24,185). Sum of RGB (Red+Green+Blue) = 247+24+185=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F718B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718B9 is #08E746. Grayscale: #6C6C6C. Windows color (decimal): -583495 or 12130551. OLE color: 12130551.

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

Color convert

RGB 247 24 185 -
CMYK 0 0.90 0.25 0.03
HSL 316.68º 0.93% 0.53% -
HSV(B) 316.68º 0.9% 0.97% -
XYZ 47.44 23.93 48.02 -
YUV 109.03 170.88 226.41 -
System Red Green Blue C M Y K H S L
Decimal 247 24 185 0 0.90 0.25 0.03 316.68 0.93 0.53
Hex F7 18 B9 0 5A 19 3 13D 5D 35
Octal 367 30 271 0 132 31 3 475 135 65
Binary 11110111 11000 10111001 0 1011010 11001 11 100111101 1011101 110101

Color Harmonies of #F718B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F718B9

Black with #F718B9

Text Example


Text Example

White with #F718B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F718B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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