Html Css Color HEX #F707BE Shocking Pink

📋 copy color: '#F707BE'

red 247 ◦ green 7 ◦ blue 190

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

Shades of Shocking Pink #F707BE

Tints of Shocking Pink #F707BE

RGB

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

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

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

R = 55.63%
G = 1.58%
B = 42.79%

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

#F707BE (or 0xF707BE) is known color: Shocking Pink. HEX triplet: F7, 07 and BE. RGB value is (247,7,190). Sum of RGB (Red+Green+Blue) = 247+7+190=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 7 (3.12% from 255 or 1.58% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F707BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707BE is #08F841. Grayscale: #636363. Windows color (decimal): -587842 or 12453879. OLE color: 12453879.

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

Color convert

RGB 247 7 190 -
CMYK 0 0.97 0.23 0.03
HSL 314.25º 0.94% 0.5% -
HSV(B) 314.25º 0.97% 0.97% -
XYZ 47.73 23.64 50.76 -
YUV 99.62 179.01 233.12 -
System Red Green Blue C M Y K H S L
Decimal 247 7 190 0 0.97 0.23 0.03 314.25 0.94 0.5
Hex F7 7 BE 0 61 17 3 13A 5E 32
Octal 367 7 276 0 141 27 3 472 136 62
Binary 11110111 111 10111110 0 1100001 10111 11 100111010 1011110 110010

Color Harmonies of #F707BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F707BE

Black with #F707BE

Text Example


Text Example

White with #F707BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F707BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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