Html Css Color HEX #F707B2 Shocking Pink

📋 copy color: '#F707B2'

red 247 ◦ green 7 ◦ blue 178

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

Shades of Shocking Pink #F707B2

Tints of Shocking Pink #F707B2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.62%

 BLUE value IS 178 (69.92% from 255) = 41.2%

R = 57.18%
G = 1.62%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F707B2 (or 0xF707B2) is known color: Shocking Pink. HEX triplet: F7, 07 and B2. RGB value is (247,7,178). Sum of RGB (Red+Green+Blue) = 247+7+178=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F707B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F707B2 is #08F84D. Grayscale: #616161. Windows color (decimal): -587854 or 11667447. OLE color: 11667447.

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

Color convert

RGB 247 7 178 -
CMYK 0 0.97 0.28 0.03
HSL 317.25º 0.94% 0.5% -
HSV(B) 317.25º 0.97% 0.97% -
XYZ 46.47 23.14 44.14 -
YUV 98.25 173.01 234.1 -
System Red Green Blue C M Y K H S L
Decimal 247 7 178 0 0.97 0.28 0.03 317.25 0.94 0.5
Hex F7 7 B2 0 61 1C 3 13D 5E 32
Octal 367 7 262 0 141 34 3 475 136 62
Binary 11110111 111 10110010 0 1100001 11100 11 100111101 1011110 110010

Color Harmonies of #F707B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F707B2

Black with #F707B2

Text Example


Text Example

White with #F707B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F707B2; }

 p { color: rgb(247,7,178); }

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

background-color css

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

 a { background-color: rgb(247,7,178); }

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

border-color css

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

 span { border-color: rgb(247,7,178); }

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