Html Css Color HEX #F71C8A Deep Pink

📋 copy color: '#F71C8A'

red 247 ◦ green 28 ◦ blue 138

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

Shades of Deep Pink #F71C8A

Tints of Deep Pink #F71C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 59.81%
G = 6.78%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F71C8A (or 0xF71C8A) is known color: Deep Pink. HEX triplet: F7, 1C and 8A. RGB value is (247,28,138). Sum of RGB (Red+Green+Blue) = 247+28+138=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71C8A is #08E375. Grayscale: #696969. Windows color (decimal): -582518 or 9051383. OLE color: 9051383.

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

Color convert

RGB 247 28 138 -
CMYK 0 0.89 0.44 0.03
HSL 329.86º 0.93% 0.54% -
HSV(B) 329.86º 0.89% 0.97% -
XYZ 43.36 22.44 26.09 -
YUV 106.02 146.05 228.56 -
System Red Green Blue C M Y K H S L
Decimal 247 28 138 0 0.89 0.44 0.03 329.86 0.93 0.54
Hex F7 1C 8A 0 59 2C 3 14A 5D 36
Octal 367 34 212 0 131 54 3 512 135 66
Binary 11110111 11100 10001010 0 1011001 101100 11 101001010 1011101 110110

Color Harmonies of #F71C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C8A

Black with #F71C8A

Text Example


Text Example

White with #F71C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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