Html Css Color HEX #F711BF Shocking Pink

📋 copy color: '#F711BF'

red 247 ◦ green 17 ◦ blue 191

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

Shades of Shocking Pink #F711BF

Tints of Shocking Pink #F711BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.98%

R = 54.29%
G = 3.74%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F711BF (or 0xF711BF) is known color: Shocking Pink. HEX triplet: F7, 11 and BF. RGB value is (247,17,191). Sum of RGB (Red+Green+Blue) = 247+17+191=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F711BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F711BF is #08EE40. Grayscale: #696969. Windows color (decimal): -585281 or 12521975. OLE color: 12521975.

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

Color convert

RGB 247 17 191 -
CMYK 0 0.93 0.23 0.03
HSL 314.61º 0.93% 0.52% -
HSV(B) 314.61º 0.93% 0.97% -
XYZ 47.96 23.94 51.38 -
YUV 105.61 176.2 228.85 -
System Red Green Blue C M Y K H S L
Decimal 247 17 191 0 0.93 0.23 0.03 314.61 0.93 0.52
Hex F7 11 BF 0 5D 17 3 13B 5D 34
Octal 367 21 277 0 135 27 3 473 135 64
Binary 11110111 10001 10111111 0 1011101 10111 11 100111011 1011101 110100

Color Harmonies of #F711BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F711BF

Black with #F711BF

Text Example


Text Example

White with #F711BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F711BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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