Html Css Color HEX #F71279 Deep Pink

📋 copy color: '#F71279'

red 247 ◦ green 18 ◦ blue 121

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

Shades of Deep Pink #F71279

Tints of Deep Pink #F71279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.66%

 BLUE value IS 121 (47.66% from 255) = 31.35%

R = 63.99%
G = 4.66%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F71279 (or 0xF71279) is known color: Deep Pink. HEX triplet: F7, 12 and 79. RGB value is (247,18,121). Sum of RGB (Red+Green+Blue) = 247+18+121=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F71279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71279 is #08ED86. Grayscale: #626262. Windows color (decimal): -585095 or 7934711. OLE color: 7934711.

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

Color convert

RGB 247 18 121 -
CMYK 0 0.93 0.51 0.03
HSL 333.01º 0.93% 0.52% -
HSV(B) 333.01º 0.93% 0.97% -
XYZ 42.03 21.59 20.04 -
YUV 98.21 140.87 234.12 -
System Red Green Blue C M Y K H S L
Decimal 247 18 121 0 0.93 0.51 0.03 333.01 0.93 0.52
Hex F7 12 79 0 5D 33 3 14D 5D 34
Octal 367 22 171 0 135 63 3 515 135 64
Binary 11110111 10010 1111001 0 1011101 110011 11 101001101 1011101 110100

Color Harmonies of #F71279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71279

Black with #F71279

Text Example


Text Example

White with #F71279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71279; }

 p { color: rgb(247,18,121); }

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

background-color css

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

 a { background-color: rgb(247,18,121); }

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

border-color css

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

 span { border-color: rgb(247,18,121); }

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