Html Css Color HEX #F711B9 Shocking Pink

📋 copy color: '#F711B9'

red 247 ◦ green 17 ◦ blue 185

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

Shades of Shocking Pink #F711B9

Tints of Shocking Pink #F711B9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.79%

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 55.01%
G = 3.79%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F711B9 (or 0xF711B9) is known color: Shocking Pink. HEX triplet: F7, 11 and B9. RGB value is (247,17,185). Sum of RGB (Red+Green+Blue) = 247+17+185=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F711B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F711B9 is #08EE46. Grayscale: #686868. Windows color (decimal): -585287 or 12128759. OLE color: 12128759.

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

Color convert

RGB 247 17 185 -
CMYK 0 0.93 0.25 0.03
HSL 316.17º 0.93% 0.52% -
HSV(B) 316.17º 0.93% 0.97% -
XYZ 47.32 23.68 47.98 -
YUV 104.92 173.2 229.34 -
System Red Green Blue C M Y K H S L
Decimal 247 17 185 0 0.93 0.25 0.03 316.17 0.93 0.52
Hex F7 11 B9 0 5D 19 3 13C 5D 34
Octal 367 21 271 0 135 31 3 474 135 64
Binary 11110111 10001 10111001 0 1011101 11001 11 100111100 1011101 110100

Color Harmonies of #F711B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F711B9

Black with #F711B9

Text Example


Text Example

White with #F711B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F711B9; }

 p { color: rgb(247,17,185); }

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

background-color css

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

 a { background-color: rgb(247,17,185); }

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

border-color css

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

 span { border-color: rgb(247,17,185); }

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