Html Css Color HEX #F707BD Shocking Pink

📋 copy color: '#F707BD'

red 247 ◦ green 7 ◦ blue 189

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

Shades of Shocking Pink #F707BD

Tints of Shocking Pink #F707BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 55.76%
G = 1.58%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F707BD (or 0xF707BD) is known color: Shocking Pink. HEX triplet: F7, 07 and BD. RGB value is (247,7,189). Sum of RGB (Red+Green+Blue) = 247+7+189=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F707BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707BD is #08F842. Grayscale: #636363. Windows color (decimal): -587843 or 12388343. OLE color: 12388343.

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

Color convert

RGB 247 7 189 -
CMYK 0 0.97 0.23 0.03
HSL 314.5º 0.94% 0.5% -
HSV(B) 314.5º 0.97% 0.97% -
XYZ 47.62 23.6 50.19 -
YUV 99.51 178.51 233.2 -
System Red Green Blue C M Y K H S L
Decimal 247 7 189 0 0.97 0.23 0.03 314.5 0.94 0.5
Hex F7 7 BD 0 61 17 3 13A 5E 32
Octal 367 7 275 0 141 27 3 472 136 62
Binary 11110111 111 10111101 0 1100001 10111 11 100111010 1011110 110010

Color Harmonies of #F707BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F707BD

Black with #F707BD

Text Example


Text Example

White with #F707BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F707BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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