Html Css Color HEX #F71A9B Deep Pink

📋 copy color: '#F71A9B'

red 247 ◦ green 26 ◦ blue 155

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

Shades of Deep Pink #F71A9B

Tints of Deep Pink #F71A9B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.07%

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 57.71%
G = 6.07%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F71A9B (or 0xF71A9B) is known color: Deep Pink. HEX triplet: F7, 1A and 9B. RGB value is (247,26,155). Sum of RGB (Red+Green+Blue) = 247+26+155=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71A9B is #08E564. Grayscale: #6A6A6A. Windows color (decimal): -583013 or 10164983. OLE color: 10164983.

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

Color convert

RGB 247 26 155 -
CMYK 0 0.89 0.37 0.03
HSL 324.98º 0.93% 0.54% -
HSV(B) 324.98º 0.89% 0.97% -
XYZ 44.64 22.88 33.07 -
YUV 106.79 155.22 228.01 -
System Red Green Blue C M Y K H S L
Decimal 247 26 155 0 0.89 0.37 0.03 324.98 0.93 0.54
Hex F7 1A 9B 0 59 25 3 145 5D 36
Octal 367 32 233 0 131 45 3 505 135 66
Binary 11110111 11010 10011011 0 1011001 100101 11 101000101 1011101 110110

Color Harmonies of #F71A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71A9B

Black with #F71A9B

Text Example


Text Example

White with #F71A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71A9B; }

 p { color: rgb(247,26,155); }

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

background-color css

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

 a { background-color: rgb(247,26,155); }

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

border-color css

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

 span { border-color: rgb(247,26,155); }

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