Html Css Color HEX #F71392 Deep Pink

📋 copy color: '#F71392'

red 247 ◦ green 19 ◦ blue 146

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

Shades of Deep Pink #F71392

Tints of Deep Pink #F71392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.61%

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

R = 59.95%
G = 4.61%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F71392 (or 0xF71392) is known color: Deep Pink. HEX triplet: F7, 13 and 92. RGB value is (247,19,146). Sum of RGB (Red+Green+Blue) = 247+19+146=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F71392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71392 is #08EC6D. Grayscale: #656565. Windows color (decimal): -584814 or 9573367. OLE color: 9573367.

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

Color convert

RGB 247 19 146 -
CMYK 0 0.92 0.41 0.03
HSL 326.58º 0.93% 0.52% -
HSV(B) 326.58º 0.92% 0.97% -
XYZ 43.78 22.32 29.19 -
YUV 101.65 153.04 231.67 -
System Red Green Blue C M Y K H S L
Decimal 247 19 146 0 0.92 0.41 0.03 326.58 0.93 0.52
Hex F7 13 92 0 5C 29 3 147 5D 34
Octal 367 23 222 0 134 51 3 507 135 64
Binary 11110111 10011 10010010 0 1011100 101001 11 101000111 1011101 110100

Color Harmonies of #F71392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71392

Black with #F71392

Text Example


Text Example

White with #F71392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71392; }

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

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

background-color css

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

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

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

border-color css

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

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

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