Html Css Color HEX #F71DC1 Shocking Pink

📋 copy color: '#F71DC1'

red 247 ◦ green 29 ◦ blue 193

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

Shades of Shocking Pink #F71DC1

Tints of Shocking Pink #F71DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.15%

R = 52.67%
G = 6.18%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F71DC1 (or 0xF71DC1) is known color: Shocking Pink. HEX triplet: F7, 1D and C1. RGB value is (247,29,193). Sum of RGB (Red+Green+Blue) = 247+29+193=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71DC1 is #08E23E. Grayscale: #707070. Windows color (decimal): -582207 or 12656119. OLE color: 12656119.

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

Color convert

RGB 247 29 193 -
CMYK 0 0.88 0.22 0.03
HSL 314.86º 0.93% 0.54% -
HSV(B) 314.86º 0.88% 0.97% -
XYZ 48.42 24.5 52.63 -
YUV 112.88 173.22 223.66 -
System Red Green Blue C M Y K H S L
Decimal 247 29 193 0 0.88 0.22 0.03 314.86 0.93 0.54
Hex F7 1D C1 0 58 16 3 13B 5D 36
Octal 367 35 301 0 130 26 3 473 135 66
Binary 11110111 11101 11000001 0 1011000 10110 11 100111011 1011101 110110

Color Harmonies of #F71DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71DC1

Black with #F71DC1

Text Example


Text Example

White with #F71DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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