Html Css Color HEX #F71ED0 Shocking Pink

📋 copy color: '#F71ED0'

red 247 ◦ green 30 ◦ blue 208

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

Shades of Shocking Pink #F71ED0

Tints of Shocking Pink #F71ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.89%

R = 50.93%
G = 6.19%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F71ED0 (or 0xF71ED0) is known color: Shocking Pink. HEX triplet: F7, 1E and D0. RGB value is (247,30,208). Sum of RGB (Red+Green+Blue) = 247+30+208=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 30 (12.11% from 255 or 6.19% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ED0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ED0 is #08E12F. Grayscale: #727272. Windows color (decimal): -581936 or 13639415. OLE color: 13639415.

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

Color convert

RGB 247 30 208 -
CMYK 0 0.88 0.16 0.03
HSL 310.78º 0.93% 0.54% -
HSV(B) 310.78º 0.88% 0.97% -
XYZ 50.21 25.26 61.9 -
YUV 115.18 180.39 222.03 -
System Red Green Blue C M Y K H S L
Decimal 247 30 208 0 0.88 0.16 0.03 310.78 0.93 0.54
Hex F7 1E D0 0 58 10 3 137 5D 36
Octal 367 36 320 0 130 20 3 467 135 66
Binary 11110111 11110 11010000 0 1011000 10000 11 100110111 1011101 110110

Color Harmonies of #F71ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71ED0

Black with #F71ED0

Text Example


Text Example

White with #F71ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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