Html Css Color HEX #F71ECD Shocking Pink

📋 copy color: '#F71ECD'

red 247 ◦ green 30 ◦ blue 205

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

Shades of Shocking Pink #F71ECD

Tints of Shocking Pink #F71ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.22%

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

R = 51.24%
G = 6.22%
B = 42.53%

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

#F71ECD (or 0xF71ECD) is known color: Shocking Pink. HEX triplet: F7, 1E and CD. RGB value is (247,30,205). Sum of RGB (Red+Green+Blue) = 247+30+205=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ECD is #08E132. Grayscale: #727272. Windows color (decimal): -581939 or 13442807. OLE color: 13442807.

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

Color convert

RGB 247 30 205 -
CMYK 0 0.88 0.17 0.03
HSL 311.61º 0.93% 0.54% -
HSV(B) 311.61º 0.88% 0.97% -
XYZ 49.84 25.11 59.98 -
YUV 114.83 178.89 222.27 -
System Red Green Blue C M Y K H S L
Decimal 247 30 205 0 0.88 0.17 0.03 311.61 0.93 0.54
Hex F7 1E CD 0 58 11 3 138 5D 36
Octal 367 36 315 0 130 21 3 470 135 66
Binary 11110111 11110 11001101 0 1011000 10001 11 100111000 1011101 110110

Color Harmonies of #F71ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71ECD

Black with #F71ECD

Text Example


Text Example

White with #F71ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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