Html Css Color HEX #F710BA Shocking Pink

📋 copy color: '#F710BA'

red 247 ◦ green 16 ◦ blue 186

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

Shades of Shocking Pink #F710BA

Tints of Shocking Pink #F710BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.56%

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

R = 55.01%
G = 3.56%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F710BA (or 0xF710BA) is known color: Shocking Pink. HEX triplet: F7, 10 and BA. RGB value is (247,16,186). Sum of RGB (Red+Green+Blue) = 247+16+186=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F710BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710BA is #08EF45. Grayscale: #686868. Windows color (decimal): -585542 or 12194039. OLE color: 12194039.

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

Color convert

RGB 247 16 186 -
CMYK 0 0.94 0.25 0.03
HSL 315.84º 0.94% 0.52% -
HSV(B) 315.84º 0.94% 0.97% -
XYZ 47.41 23.69 48.53 -
YUV 104.45 174.03 229.68 -
System Red Green Blue C M Y K H S L
Decimal 247 16 186 0 0.94 0.25 0.03 315.84 0.94 0.52
Hex F7 10 BA 0 5E 19 3 13C 5E 34
Octal 367 20 272 0 136 31 3 474 136 64
Binary 11110111 10000 10111010 0 1011110 11001 11 100111100 1011110 110100

Color Harmonies of #F710BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F710BA

Black with #F710BA

Text Example


Text Example

White with #F710BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F710BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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