Html Css Color HEX #F71DBB Shocking Pink

📋 copy color: '#F71DBB'

red 247 ◦ green 29 ◦ blue 187

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

Shades of Shocking Pink #F71DBB

Tints of Shocking Pink #F71DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.26%

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 53.35%
G = 6.26%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F71DBB (or 0xF71DBB) is known color: Shocking Pink. HEX triplet: F7, 1D and BB. RGB value is (247,29,187). Sum of RGB (Red+Green+Blue) = 247+29+187=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71DBB is #08E244. Grayscale: #6F6F6F. Windows color (decimal): -582213 or 12262903. OLE color: 12262903.

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

Color convert

RGB 247 29 187 -
CMYK 0 0.88 0.24 0.03
HSL 316.51º 0.93% 0.54% -
HSV(B) 316.51º 0.88% 0.97% -
XYZ 47.77 24.24 49.18 -
YUV 112.19 170.22 224.15 -
System Red Green Blue C M Y K H S L
Decimal 247 29 187 0 0.88 0.24 0.03 316.51 0.93 0.54
Hex F7 1D BB 0 58 18 3 13D 5D 36
Octal 367 35 273 0 130 30 3 475 135 66
Binary 11110111 11101 10111011 0 1011000 11000 11 100111101 1011101 110110

Color Harmonies of #F71DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71DBB

Black with #F71DBB

Text Example


Text Example

White with #F71DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71DBB; }

 p { color: rgb(247,29,187); }

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

background-color css

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

 a { background-color: rgb(247,29,187); }

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

border-color css

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

 span { border-color: rgb(247,29,187); }

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