Html Css Color HEX #F71198 Deep Pink

📋 copy color: '#F71198'

red 247 ◦ green 17 ◦ blue 152

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

Shades of Deep Pink #F71198

Tints of Deep Pink #F71198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 59.38%
G = 4.09%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F71198 (or 0xF71198) is known color: Deep Pink. HEX triplet: F7, 11 and 98. RGB value is (247,17,152). Sum of RGB (Red+Green+Blue) = 247+17+152=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F71198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71198 is #08EE67. Grayscale: #646464. Windows color (decimal): -585320 or 9966071. OLE color: 9966071.

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

Color convert

RGB 247 17 152 -
CMYK 0 0.93 0.38 0.03
HSL 324.78º 0.93% 0.52% -
HSV(B) 324.78º 0.93% 0.97% -
XYZ 44.23 22.44 31.71 -
YUV 101.16 156.7 232.02 -
System Red Green Blue C M Y K H S L
Decimal 247 17 152 0 0.93 0.38 0.03 324.78 0.93 0.52
Hex F7 11 98 0 5D 26 3 145 5D 34
Octal 367 21 230 0 135 46 3 505 135 64
Binary 11110111 10001 10011000 0 1011101 100110 11 101000101 1011101 110100

Color Harmonies of #F71198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71198

Black with #F71198

Text Example


Text Example

White with #F71198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71198; }

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

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

background-color css

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

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

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

border-color css

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

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

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