Html Css Color HEX #F70FBE Shocking Pink

📋 copy color: '#F70FBE'

red 247 ◦ green 15 ◦ blue 190

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

Shades of Shocking Pink #F70FBE

Tints of Shocking Pink #F70FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 54.65%
G = 3.32%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F70FBE (or 0xF70FBE) is known color: Shocking Pink. HEX triplet: F7, 0F and BE. RGB value is (247,15,190). Sum of RGB (Red+Green+Blue) = 247+15+190=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FBE is #08F041. Grayscale: #676767. Windows color (decimal): -585794 or 12455927. OLE color: 12455927.

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

Color convert

RGB 247 15 190 -
CMYK 0 0.94 0.23 0.03
HSL 314.74º 0.94% 0.51% -
HSV(B) 314.74º 0.94% 0.97% -
XYZ 47.82 23.83 50.79 -
YUV 104.32 176.36 229.77 -
System Red Green Blue C M Y K H S L
Decimal 247 15 190 0 0.94 0.23 0.03 314.74 0.94 0.51
Hex F7 F BE 0 5E 17 3 13B 5E 33
Octal 367 17 276 0 136 27 3 473 136 63
Binary 11110111 1111 10111110 0 1011110 10111 11 100111011 1011110 110011

Color Harmonies of #F70FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70FBE

Black with #F70FBE

Text Example


Text Example

White with #F70FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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