Html Css Color HEX #F71BBF Shocking Pink

📋 copy color: '#F71BBF'

red 247 ◦ green 27 ◦ blue 191

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

Shades of Shocking Pink #F71BBF

Tints of Shocking Pink #F71BBF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.81%

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

R = 53.12%
G = 5.81%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F71BBF (or 0xF71BBF) is known color: Shocking Pink. HEX triplet: F7, 1B and BF. RGB value is (247,27,191). Sum of RGB (Red+Green+Blue) = 247+27+191=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71BBF is #08E440. Grayscale: #6F6F6F. Windows color (decimal): -582721 or 12524535. OLE color: 12524535.

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

Color convert

RGB 247 27 191 -
CMYK 0 0.89 0.23 0.03
HSL 315.27º 0.93% 0.54% -
HSV(B) 315.27º 0.89% 0.97% -
XYZ 48.15 24.32 51.45 -
YUV 111.48 172.89 224.66 -
System Red Green Blue C M Y K H S L
Decimal 247 27 191 0 0.89 0.23 0.03 315.27 0.93 0.54
Hex F7 1B BF 0 59 17 3 13B 5D 36
Octal 367 33 277 0 131 27 3 473 135 66
Binary 11110111 11011 10111111 0 1011001 10111 11 100111011 1011101 110110

Color Harmonies of #F71BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71BBF

Black with #F71BBF

Text Example


Text Example

White with #F71BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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