Html Css Color HEX #F71582 Deep Pink

📋 copy color: '#F71582'

red 247 ◦ green 21 ◦ blue 130

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

Shades of Deep Pink #F71582

Tints of Deep Pink #F71582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.28%

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 62.06%
G = 5.28%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F71582 (or 0xF71582) is known color: Deep Pink. HEX triplet: F7, 15 and 82. RGB value is (247,21,130). Sum of RGB (Red+Green+Blue) = 247+21+130=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F71582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71582 is #08EA7D. Grayscale: #646464. Windows color (decimal): -584318 or 8525303. OLE color: 8525303.

HSL color Cylindrical-coordinate representation of color #F71582: hue angle of 331.06º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71582 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 21 130 -
CMYK 0 0.91 0.47 0.03
HSL 331.06º 0.93% 0.53% -
HSV(B) 331.06º 0.91% 0.97% -
XYZ 42.66 21.92 23.1 -
YUV 101 144.37 232.14 -
System Red Green Blue C M Y K H S L
Decimal 247 21 130 0 0.91 0.47 0.03 331.06 0.93 0.53
Hex F7 15 82 0 5B 2F 3 14B 5D 35
Octal 367 25 202 0 133 57 3 513 135 65
Binary 11110111 10101 10000010 0 1011011 101111 11 101001011 1011101 110101

Color Harmonies of #F71582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71582

Black with #F71582

Text Example


Text Example

White with #F71582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71582; }

 p { color: rgb(247,21,130); }

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

background-color css

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

 a { background-color: rgb(247,21,130); }

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

border-color css

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

 span { border-color: rgb(247,21,130); }

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