Html Css Color HEX #F708BA Shocking Pink

📋 copy color: '#F708BA'

red 247 ◦ green 8 ◦ blue 186

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

Shades of Shocking Pink #F708BA

Tints of Shocking Pink #F708BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.81%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 56.01%
G = 1.81%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F708BA (or 0xF708BA) is known color: Shocking Pink. HEX triplet: F7, 08 and BA. RGB value is (247,8,186). Sum of RGB (Red+Green+Blue) = 247+8+186=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 8 (3.52% from 255 or 1.81% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F708BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F708BA is #08F745. Grayscale: #636363. Windows color (decimal): -587590 or 12191991. OLE color: 12191991.

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

Color convert

RGB 247 8 186 -
CMYK 0 0.97 0.25 0.03
HSL 315.31º 0.94% 0.5% -
HSV(B) 315.31º 0.97% 0.97% -
XYZ 47.31 23.49 48.5 -
YUV 99.75 176.68 233.03 -
System Red Green Blue C M Y K H S L
Decimal 247 8 186 0 0.97 0.25 0.03 315.31 0.94 0.5
Hex F7 8 BA 0 61 19 3 13B 5E 32
Octal 367 10 272 0 141 31 3 473 136 62
Binary 11110111 1000 10111010 0 1100001 11001 11 100111011 1011110 110010

Color Harmonies of #F708BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F708BA

Black with #F708BA

Text Example


Text Example

White with #F708BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F708BA; }

 p { color: rgb(247,8,186); }

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

background-color css

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

 a { background-color: rgb(247,8,186); }

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

border-color css

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

 span { border-color: rgb(247,8,186); }

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