Html Css Color HEX #F71895 Deep Pink

📋 copy color: '#F71895'

red 247 ◦ green 24 ◦ blue 149

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

Shades of Deep Pink #F71895

Tints of Deep Pink #F71895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.71%

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

R = 58.81%
G = 5.71%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F71895 (or 0xF71895) is known color: Deep Pink. HEX triplet: F7, 18 and 95. RGB value is (247,24,149). Sum of RGB (Red+Green+Blue) = 247+24+149=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F71895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71895 is #08E76A. Grayscale: #686868. Windows color (decimal): -583531 or 9771255. OLE color: 9771255.

HSL color Cylindrical-coordinate representation of color #F71895: hue angle of 326.37º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F71895 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 24 149 -
CMYK 0 0.90 0.40 0.03
HSL 326.37º 0.93% 0.53% -
HSV(B) 326.37º 0.9% 0.97% -
XYZ 44.11 22.6 30.47 -
YUV 104.93 152.88 229.34 -
System Red Green Blue C M Y K H S L
Decimal 247 24 149 0 0.90 0.40 0.03 326.37 0.93 0.53
Hex F7 18 95 0 5A 28 3 146 5D 35
Octal 367 30 225 0 132 50 3 506 135 65
Binary 11110111 11000 10010101 0 1011010 101000 11 101000110 1011101 110101

Color Harmonies of #F71895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71895

Black with #F71895

Text Example


Text Example

White with #F71895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71895; }

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

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

background-color css

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

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

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

border-color css

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

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

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