Html Css Color HEX #F71095 Deep Pink

📋 copy color: '#F71095'

red 247 ◦ green 16 ◦ blue 149

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

Shades of Deep Pink #F71095

Tints of Deep Pink #F71095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 59.95%
G = 3.88%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F71095 (or 0xF71095) is known color: Deep Pink. HEX triplet: F7, 10 and 95. RGB value is (247,16,149). Sum of RGB (Red+Green+Blue) = 247+16+149=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F71095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71095 is #08EF6A. Grayscale: #636363. Windows color (decimal): -585579 or 9769207. OLE color: 9769207.

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

Color convert

RGB 247 16 149 -
CMYK 0 0.94 0.40 0.03
HSL 325.45º 0.94% 0.52% -
HSV(B) 325.45º 0.94% 0.97% -
XYZ 43.97 22.31 30.42 -
YUV 100.23 155.53 232.69 -
System Red Green Blue C M Y K H S L
Decimal 247 16 149 0 0.94 0.40 0.03 325.45 0.94 0.52
Hex F7 10 95 0 5E 28 3 145 5E 34
Octal 367 20 225 0 136 50 3 505 136 64
Binary 11110111 10000 10010101 0 1011110 101000 11 101000101 1011110 110100

Color Harmonies of #F71095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71095

Black with #F71095

Text Example


Text Example

White with #F71095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71095; }

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

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

background-color css

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

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

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

border-color css

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

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

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