Html Css Color HEX #F71091 Deep Pink

📋 copy color: '#F71091'

red 247 ◦ green 16 ◦ blue 145

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

Shades of Deep Pink #F71091

Tints of Deep Pink #F71091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.92%

 BLUE value IS 145 (57.03% from 255) = 35.54%

R = 60.54%
G = 3.92%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F71091 (or 0xF71091) is known color: Deep Pink. HEX triplet: F7, 10 and 91. RGB value is (247,16,145). Sum of RGB (Red+Green+Blue) = 247+16+145=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F71091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71091 is #08EF6E. Grayscale: #636363. Windows color (decimal): -585583 or 9507063. OLE color: 9507063.

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

Color convert

RGB 247 16 145 -
CMYK 0 0.94 0.41 0.03
HSL 326.49º 0.94% 0.52% -
HSV(B) 326.49º 0.94% 0.97% -
XYZ 43.65 22.19 28.77 -
YUV 99.78 153.53 233.01 -
System Red Green Blue C M Y K H S L
Decimal 247 16 145 0 0.94 0.41 0.03 326.49 0.94 0.52
Hex F7 10 91 0 5E 29 3 146 5E 34
Octal 367 20 221 0 136 51 3 506 136 64
Binary 11110111 10000 10010001 0 1011110 101001 11 101000110 1011110 110100

Color Harmonies of #F71091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71091

Black with #F71091

Text Example


Text Example

White with #F71091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71091; }

 p { color: rgb(247,16,145); }

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

background-color css

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

 a { background-color: rgb(247,16,145); }

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

border-color css

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

 span { border-color: rgb(247,16,145); }

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