Html Css Color HEX #F71E8D Deep Pink

📋 copy color: '#F71E8D'

red 247 ◦ green 30 ◦ blue 141

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

Shades of Deep Pink #F71E8D

Tints of Deep Pink #F71E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 59.09%
G = 7.18%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F71E8D (or 0xF71E8D) is known color: Deep Pink. HEX triplet: F7, 1E and 8D. RGB value is (247,30,141). Sum of RGB (Red+Green+Blue) = 247+30+141=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71E8D is #08E172. Grayscale: #6B6B6B. Windows color (decimal): -582003 or 9248503. OLE color: 9248503.

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

Color convert

RGB 247 30 141 -
CMYK 0 0.88 0.43 0.03
HSL 329.31º 0.93% 0.54% -
HSV(B) 329.31º 0.88% 0.97% -
XYZ 43.63 22.63 27.27 -
YUV 107.54 146.89 227.47 -
System Red Green Blue C M Y K H S L
Decimal 247 30 141 0 0.88 0.43 0.03 329.31 0.93 0.54
Hex F7 1E 8D 0 58 2B 3 149 5D 36
Octal 367 36 215 0 130 53 3 511 135 66
Binary 11110111 11110 10001101 0 1011000 101011 11 101001001 1011101 110110

Color Harmonies of #F71E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71E8D

Black with #F71E8D

Text Example


Text Example

White with #F71E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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