Html Css Color HEX #F71894 Deep Pink

📋 copy color: '#F71894'

red 247 ◦ green 24 ◦ blue 148

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

Shades of Deep Pink #F71894

Tints of Deep Pink #F71894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.73%

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

R = 58.95%
G = 5.73%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F71894 (or 0xF71894) is known color: Deep Pink. HEX triplet: F7, 18 and 94. RGB value is (247,24,148). Sum of RGB (Red+Green+Blue) = 247+24+148=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F71894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71894 is #08E76B. Grayscale: #686868. Windows color (decimal): -583532 or 9705719. OLE color: 9705719.

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

Color convert

RGB 247 24 148 -
CMYK 0 0.90 0.40 0.03
HSL 326.64º 0.93% 0.53% -
HSV(B) 326.64º 0.9% 0.97% -
XYZ 44.03 22.57 30.05 -
YUV 104.81 152.38 229.42 -
System Red Green Blue C M Y K H S L
Decimal 247 24 148 0 0.90 0.40 0.03 326.64 0.93 0.53
Hex F7 18 94 0 5A 28 3 147 5D 35
Octal 367 30 224 0 132 50 3 507 135 65
Binary 11110111 11000 10010100 0 1011010 101000 11 101000111 1011101 110101

Color Harmonies of #F71894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71894

Black with #F71894

Text Example


Text Example

White with #F71894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71894; }

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

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

background-color css

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

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

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

border-color css

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

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

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