Html Css Color HEX #F71498 Deep Pink

📋 copy color: '#F71498'

red 247 ◦ green 20 ◦ blue 152

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

Shades of Deep Pink #F71498

Tints of Deep Pink #F71498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.77%

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

R = 58.95%
G = 4.77%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F71498 (or 0xF71498) is known color: Deep Pink. HEX triplet: F7, 14 and 98. RGB value is (247,20,152). Sum of RGB (Red+Green+Blue) = 247+20+152=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F71498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71498 is #08EB67. Grayscale: #666666. Windows color (decimal): -584552 or 9966839. OLE color: 9966839.

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

Color convert

RGB 247 20 152 -
CMYK 0 0.92 0.38 0.03
HSL 325.11º 0.93% 0.52% -
HSV(B) 325.11º 0.92% 0.97% -
XYZ 44.28 22.54 31.72 -
YUV 102.92 155.71 230.77 -
System Red Green Blue C M Y K H S L
Decimal 247 20 152 0 0.92 0.38 0.03 325.11 0.93 0.52
Hex F7 14 98 0 5C 26 3 145 5D 34
Octal 367 24 230 0 134 46 3 505 135 64
Binary 11110111 10100 10011000 0 1011100 100110 11 101000101 1011101 110100

Color Harmonies of #F71498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71498

Black with #F71498

Text Example


Text Example

White with #F71498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71498; }

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

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

background-color css

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

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

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

border-color css

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

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

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