Html Css Color HEX #F71C7F Deep Pink

📋 copy color: '#F71C7F'

red 247 ◦ green 28 ◦ blue 127

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

Shades of Deep Pink #F71C7F

Tints of Deep Pink #F71C7F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.97%

 BLUE value IS 127 (50% from 255) = 31.59%

R = 61.44%
G = 6.97%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F71C7F (or 0xF71C7F) is known color: Deep Pink. HEX triplet: F7, 1C and 7F. RGB value is (247,28,127). Sum of RGB (Red+Green+Blue) = 247+28+127=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C7F is #08E380. Grayscale: #686868. Windows color (decimal): -582529 or 8330487. OLE color: 8330487.

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

Color convert

RGB 247 28 127 -
CMYK 0 0.89 0.49 0.03
HSL 332.88º 0.93% 0.54% -
HSV(B) 332.88º 0.89% 0.97% -
XYZ 42.6 22.14 22.11 -
YUV 104.77 140.55 229.45 -
System Red Green Blue C M Y K H S L
Decimal 247 28 127 0 0.89 0.49 0.03 332.88 0.93 0.54
Hex F7 1C 7F 0 59 31 3 14D 5D 36
Octal 367 34 177 0 131 61 3 515 135 66
Binary 11110111 11100 1111111 0 1011001 110001 11 101001101 1011101 110110

Color Harmonies of #F71C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C7F

Black with #F71C7F

Text Example


Text Example

White with #F71C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C7F; }

 p { color: rgb(247,28,127); }

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

background-color css

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

 a { background-color: rgb(247,28,127); }

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

border-color css

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

 span { border-color: rgb(247,28,127); }

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