Html Css Color HEX #F71DBF Shocking Pink

📋 copy color: '#F71DBF'

red 247 ◦ green 29 ◦ blue 191

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

Shades of Shocking Pink #F71DBF

Tints of Shocking Pink #F71DBF

RGB

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

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

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

R = 52.89%
G = 6.21%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F71DBF (or 0xF71DBF) is known color: Shocking Pink. HEX triplet: F7, 1D and BF. RGB value is (247,29,191). Sum of RGB (Red+Green+Blue) = 247+29+191=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71DBF is #08E240. Grayscale: #707070. Windows color (decimal): -582209 or 12525047. OLE color: 12525047.

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

Color convert

RGB 247 29 191 -
CMYK 0 0.88 0.23 0.03
HSL 315.41º 0.93% 0.54% -
HSV(B) 315.41º 0.88% 0.97% -
XYZ 48.2 24.41 51.46 -
YUV 112.65 172.22 223.83 -
System Red Green Blue C M Y K H S L
Decimal 247 29 191 0 0.88 0.23 0.03 315.41 0.93 0.54
Hex F7 1D BF 0 58 17 3 13B 5D 36
Octal 367 35 277 0 130 27 3 473 135 66
Binary 11110111 11101 10111111 0 1011000 10111 11 100111011 1011101 110110

Color Harmonies of #F71DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71DBF

Black with #F71DBF

Text Example


Text Example

White with #F71DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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