Html Css Color HEX #F70EBC Shocking Pink

📋 copy color: '#F70EBC'

red 247 ◦ green 14 ◦ blue 188

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

Shades of Shocking Pink #F70EBC

Tints of Shocking Pink #F70EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.12%

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 55.01%
G = 3.12%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F70EBC (or 0xF70EBC) is known color: Shocking Pink. HEX triplet: F7, 0E and BC. RGB value is (247,14,188). Sum of RGB (Red+Green+Blue) = 247+14+188=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F70EBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70EBC is #08F143. Grayscale: #676767. Windows color (decimal): -586052 or 12324599. OLE color: 12324599.

HSL color Cylindrical-coordinate representation of color #F70EBC: hue angle of 315.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70EBC is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 14 188 -
CMYK 0 0.94 0.24 0.03
HSL 315.19º 0.94% 0.51% -
HSV(B) 315.19º 0.94% 0.97% -
XYZ 47.59 23.72 49.65 -
YUV 103.5 175.69 230.35 -
System Red Green Blue C M Y K H S L
Decimal 247 14 188 0 0.94 0.24 0.03 315.19 0.94 0.51
Hex F7 E BC 0 5E 18 3 13B 5E 33
Octal 367 16 274 0 136 30 3 473 136 63
Binary 11110111 1110 10111100 0 1011110 11000 11 100111011 1011110 110011

Color Harmonies of #F70EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70EBC

Black with #F70EBC

Text Example


Text Example

White with #F70EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70EBC; }

 p { color: rgb(247,14,188); }

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

background-color css

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

 a { background-color: rgb(247,14,188); }

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

border-color css

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

 span { border-color: rgb(247,14,188); }

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