Html Css Color HEX #F70FC0 Shocking Pink

📋 copy color: '#F70FC0'

red 247 ◦ green 15 ◦ blue 192

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

Shades of Shocking Pink #F70FC0

Tints of Shocking Pink #F70FC0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.3%

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 54.41%
G = 3.3%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F70FC0 (or 0xF70FC0) is known color: Shocking Pink. HEX triplet: F7, 0F and C0. RGB value is (247,15,192). Sum of RGB (Red+Green+Blue) = 247+15+192=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FC0 is #08F03F. Grayscale: #686868. Windows color (decimal): -585792 or 12586999. OLE color: 12586999.

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

Color convert

RGB 247 15 192 -
CMYK 0 0.94 0.22 0.03
HSL 314.22º 0.94% 0.51% -
HSV(B) 314.22º 0.94% 0.97% -
XYZ 48.04 23.92 51.95 -
YUV 104.55 177.36 229.61 -
System Red Green Blue C M Y K H S L
Decimal 247 15 192 0 0.94 0.22 0.03 314.22 0.94 0.51
Hex F7 F C0 0 5E 16 3 13A 5E 33
Octal 367 17 300 0 136 26 3 472 136 63
Binary 11110111 1111 11000000 0 1011110 10110 11 100111010 1011110 110011

Color Harmonies of #F70FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70FC0

Black with #F70FC0

Text Example


Text Example

White with #F70FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70FC0; }

 p { color: rgb(247,15,192); }

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

background-color css

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

 a { background-color: rgb(247,15,192); }

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

border-color css

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

 span { border-color: rgb(247,15,192); }

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