Html Css Color HEX #F71DCD Shocking Pink

📋 copy color: '#F71DCD'

red 247 ◦ green 29 ◦ blue 205

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

Shades of Shocking Pink #F71DCD

Tints of Shocking Pink #F71DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 51.35%
G = 6.03%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F71DCD (or 0xF71DCD) is known color: Shocking Pink. HEX triplet: F7, 1D and CD. RGB value is (247,29,205). Sum of RGB (Red+Green+Blue) = 247+29+205=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71DCD is #08E232. Grayscale: #717171. Windows color (decimal): -582195 or 13442551. OLE color: 13442551.

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

Color convert

RGB 247 29 205 -
CMYK 0 0.88 0.17 0.03
HSL 311.56º 0.93% 0.54% -
HSV(B) 311.56º 0.88% 0.97% -
XYZ 49.82 25.06 59.97 -
YUV 114.25 179.22 222.69 -
System Red Green Blue C M Y K H S L
Decimal 247 29 205 0 0.88 0.17 0.03 311.56 0.93 0.54
Hex F7 1D CD 0 58 11 3 138 5D 36
Octal 367 35 315 0 130 21 3 470 135 66
Binary 11110111 11101 11001101 0 1011000 10001 11 100111000 1011101 110110

Color Harmonies of #F71DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71DCD

Black with #F71DCD

Text Example


Text Example

White with #F71DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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