Html Css Color HEX #F71F7C Deep Pink

📋 copy color: '#F71F7C'

red 247 ◦ green 31 ◦ blue 124

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

Shades of Deep Pink #F71F7C

Tints of Deep Pink #F71F7C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.71%

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 61.44%
G = 7.71%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F71F7C (or 0xF71F7C) is known color: Deep Pink. HEX triplet: F7, 1F and 7C. RGB value is (247,31,124). Sum of RGB (Red+Green+Blue) = 247+31+124=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71F7C is #08E083. Grayscale: #6A6A6A. Windows color (decimal): -581764 or 8134647. OLE color: 8134647.

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

Color convert

RGB 247 31 124 -
CMYK 0 0.87 0.50 0.03
HSL 334.17º 0.93% 0.55% -
HSV(B) 334.17º 0.87% 0.97% -
XYZ 42.49 22.21 21.12 -
YUV 106.19 138.06 228.44 -
System Red Green Blue C M Y K H S L
Decimal 247 31 124 0 0.87 0.50 0.03 334.17 0.93 0.55
Hex F7 1F 7C 0 57 32 3 14E 5D 37
Octal 367 37 174 0 127 62 3 516 135 67
Binary 11110111 11111 1111100 0 1010111 110010 11 101001110 1011101 110111

Color Harmonies of #F71F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71F7C

Black with #F71F7C

Text Example


Text Example

White with #F71F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71F7C; }

 p { color: rgb(247,31,124); }

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

background-color css

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

 a { background-color: rgb(247,31,124); }

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

border-color css

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

 span { border-color: rgb(247,31,124); }

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