Html Css Color HEX #F71592 Deep Pink

📋 copy color: '#F71592'

red 247 ◦ green 21 ◦ blue 146

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

Shades of Deep Pink #F71592

Tints of Deep Pink #F71592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 59.66%
G = 5.07%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F71592 (or 0xF71592) is known color: Deep Pink. HEX triplet: F7, 15 and 92. RGB value is (247,21,146). Sum of RGB (Red+Green+Blue) = 247+21+146=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F71592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71592 is #08EA6D. Grayscale: #666666. Windows color (decimal): -584302 or 9573879. OLE color: 9573879.

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

Color convert

RGB 247 21 146 -
CMYK 0 0.91 0.41 0.03
HSL 326.81º 0.93% 0.53% -
HSV(B) 326.81º 0.91% 0.97% -
XYZ 43.81 22.39 29.21 -
YUV 102.82 152.37 230.84 -
System Red Green Blue C M Y K H S L
Decimal 247 21 146 0 0.91 0.41 0.03 326.81 0.93 0.53
Hex F7 15 92 0 5B 29 3 147 5D 35
Octal 367 25 222 0 133 51 3 507 135 65
Binary 11110111 10101 10010010 0 1011011 101001 11 101000111 1011101 110101

Color Harmonies of #F71592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71592

Black with #F71592

Text Example


Text Example

White with #F71592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71592; }

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

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

background-color css

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

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

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

border-color css

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

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

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