Html Css Color HEX #F70ABC Shocking Pink

📋 copy color: '#F70ABC'

red 247 ◦ green 10 ◦ blue 188

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

Shades of Shocking Pink #F70ABC

Tints of Shocking Pink #F70ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.25%

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

R = 55.51%
G = 2.25%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F70ABC (or 0xF70ABC) is known color: Shocking Pink. HEX triplet: F7, 0A and BC. RGB value is (247,10,188). Sum of RGB (Red+Green+Blue) = 247+10+188=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ABC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ABC is #08F543. Grayscale: #646464. Windows color (decimal): -587076 or 12323575. OLE color: 12323575.

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

Color convert

RGB 247 10 188 -
CMYK 0 0.96 0.24 0.03
HSL 314.94º 0.94% 0.5% -
HSV(B) 314.94º 0.96% 0.97% -
XYZ 47.54 23.62 49.63 -
YUV 101.16 177.02 232.03 -
System Red Green Blue C M Y K H S L
Decimal 247 10 188 0 0.96 0.24 0.03 314.94 0.94 0.5
Hex F7 A BC 0 60 18 3 13B 5E 32
Octal 367 12 274 0 140 30 3 473 136 62
Binary 11110111 1010 10111100 0 1100000 11000 11 100111011 1011110 110010

Color Harmonies of #F70ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70ABC

Black with #F70ABC

Text Example


Text Example

White with #F70ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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