Html Css Color HEX #F70AB5 Shocking Pink

📋 copy color: '#F70AB5'

red 247 ◦ green 10 ◦ blue 181

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

Shades of Shocking Pink #F70AB5

Tints of Shocking Pink #F70AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.32%

R = 56.39%
G = 2.28%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F70AB5 (or 0xF70AB5) is known color: Shocking Pink. HEX triplet: F7, 0A and B5. RGB value is (247,10,181). Sum of RGB (Red+Green+Blue) = 247+10+181=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F70AB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70AB5 is #08F54A. Grayscale: #636363. Windows color (decimal): -587083 or 11864823. OLE color: 11864823.

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

Color convert

RGB 247 10 181 -
CMYK 0 0.96 0.27 0.03
HSL 316.71º 0.94% 0.5% -
HSV(B) 316.71º 0.96% 0.97% -
XYZ 46.81 23.33 45.75 -
YUV 100.36 173.52 232.6 -
System Red Green Blue C M Y K H S L
Decimal 247 10 181 0 0.96 0.27 0.03 316.71 0.94 0.5
Hex F7 A B5 0 60 1B 3 13D 5E 32
Octal 367 12 265 0 140 33 3 475 136 62
Binary 11110111 1010 10110101 0 1100000 11011 11 100111101 1011110 110010

Color Harmonies of #F70AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70AB5

Black with #F70AB5

Text Example


Text Example

White with #F70AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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