Html Css Color HEX #F71585 Deep Pink

📋 copy color: '#F71585'

red 247 ◦ green 21 ◦ blue 133

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

Shades of Deep Pink #F71585

Tints of Deep Pink #F71585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 61.6%
G = 5.24%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F71585 (or 0xF71585) is known color: Deep Pink. HEX triplet: F7, 15 and 85. RGB value is (247,21,133). Sum of RGB (Red+Green+Blue) = 247+21+133=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F71585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71585 is #08EA7A. Grayscale: #656565. Windows color (decimal): -584315 or 8721911. OLE color: 8721911.

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

Color convert

RGB 247 21 133 -
CMYK 0 0.91 0.46 0.03
HSL 330.27º 0.93% 0.53% -
HSV(B) 330.27º 0.91% 0.97% -
XYZ 42.86 22 24.18 -
YUV 101.34 145.87 231.89 -
System Red Green Blue C M Y K H S L
Decimal 247 21 133 0 0.91 0.46 0.03 330.27 0.93 0.53
Hex F7 15 85 0 5B 2E 3 14A 5D 35
Octal 367 25 205 0 133 56 3 512 135 65
Binary 11110111 10101 10000101 0 1011011 101110 11 101001010 1011101 110101

Color Harmonies of #F71585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71585

Black with #F71585

Text Example


Text Example

White with #F71585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71585; }

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

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

background-color css

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

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

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

border-color css

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

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

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