Html Css Color HEX #F71276 Deep Pink

📋 copy color: '#F71276'

red 247 ◦ green 18 ◦ blue 118

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

Shades of Deep Pink #F71276

Tints of Deep Pink #F71276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.81%

R = 64.49%
G = 4.7%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F71276 (or 0xF71276) is known color: Deep Pink. HEX triplet: F7, 12 and 76. RGB value is (247,18,118). Sum of RGB (Red+Green+Blue) = 247+18+118=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F71276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71276 is #08ED89. Grayscale: #616161. Windows color (decimal): -585098 or 7738103. OLE color: 7738103.

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

Color convert

RGB 247 18 118 -
CMYK 0 0.93 0.52 0.03
HSL 333.8º 0.93% 0.52% -
HSV(B) 333.8º 0.93% 0.97% -
XYZ 41.84 21.51 19.09 -
YUV 97.87 139.37 234.37 -
System Red Green Blue C M Y K H S L
Decimal 247 18 118 0 0.93 0.52 0.03 333.8 0.93 0.52
Hex F7 12 76 0 5D 34 3 14E 5D 34
Octal 367 22 166 0 135 64 3 516 135 64
Binary 11110111 10010 1110110 0 1011101 110100 11 101001110 1011101 110100

Color Harmonies of #F71276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71276

Black with #F71276

Text Example


Text Example

White with #F71276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71276; }

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

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

background-color css

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

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

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

border-color css

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

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

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