Html Css Color HEX #F71394 Deep Pink

📋 copy color: '#F71394'

red 247 ◦ green 19 ◦ blue 148

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

Shades of Deep Pink #F71394

Tints of Deep Pink #F71394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.59%

 BLUE value IS 148 (58.2% from 255) = 35.75%

R = 59.66%
G = 4.59%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F71394 (or 0xF71394) is known color: Deep Pink. HEX triplet: F7, 13 and 94. RGB value is (247,19,148). Sum of RGB (Red+Green+Blue) = 247+19+148=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F71394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71394 is #08EC6B. Grayscale: #656565. Windows color (decimal): -584812 or 9704439. OLE color: 9704439.

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

Color convert

RGB 247 19 148 -
CMYK 0 0.92 0.40 0.03
HSL 326.05º 0.93% 0.52% -
HSV(B) 326.05º 0.92% 0.97% -
XYZ 43.94 22.38 30.02 -
YUV 101.88 154.04 231.51 -
System Red Green Blue C M Y K H S L
Decimal 247 19 148 0 0.92 0.40 0.03 326.05 0.93 0.52
Hex F7 13 94 0 5C 28 3 146 5D 34
Octal 367 23 224 0 134 50 3 506 135 64
Binary 11110111 10011 10010100 0 1011100 101000 11 101000110 1011101 110100

Color Harmonies of #F71394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71394

Black with #F71394

Text Example


Text Example

White with #F71394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71394; }

 p { color: rgb(247,19,148); }

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

background-color css

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

 a { background-color: rgb(247,19,148); }

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

border-color css

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

 span { border-color: rgb(247,19,148); }

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