Html Css Color HEX #F71194 Deep Pink

📋 copy color: '#F71194'

red 247 ◦ green 17 ◦ blue 148

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

Shades of Deep Pink #F71194

Tints of Deep Pink #F71194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.13%

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

R = 59.95%
G = 4.13%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F71194 (or 0xF71194) is known color: Deep Pink. HEX triplet: F7, 11 and 94. RGB value is (247,17,148). Sum of RGB (Red+Green+Blue) = 247+17+148=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F71194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71194 is #08EE6B. Grayscale: #646464. Windows color (decimal): -585324 or 9703927. OLE color: 9703927.

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

Color convert

RGB 247 17 148 -
CMYK 0 0.93 0.40 0.03
HSL 325.83º 0.93% 0.52% -
HSV(B) 325.83º 0.93% 0.97% -
XYZ 43.9 22.31 30.01 -
YUV 100.7 154.7 232.35 -
System Red Green Blue C M Y K H S L
Decimal 247 17 148 0 0.93 0.40 0.03 325.83 0.93 0.52
Hex F7 11 94 0 5D 28 3 146 5D 34
Octal 367 21 224 0 135 50 3 506 135 64
Binary 11110111 10001 10010100 0 1011101 101000 11 101000110 1011101 110100

Color Harmonies of #F71194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71194

Black with #F71194

Text Example


Text Example

White with #F71194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71194; }

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

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

background-color css

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

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

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

border-color css

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

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

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