Html Css Color HEX #FF1F79 Deep Pink

📋 copy color: '#FF1F79'

red 255 ◦ green 31 ◦ blue 121

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

Shades of Deep Pink #FF1F79

Tints of Deep Pink #FF1F79

RGB

 RED value IS 255 (100% from 255) = 62.65%

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

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 62.65%
G = 7.62%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF1F79 (or 0xFF1F79) is known color: Deep Pink. HEX triplet: FF, 1F and 79. RGB value is (255,31,121). Sum of RGB (Red+Green+Blue) = 255+31+121=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1F79 is #00E086. Grayscale: #6C6C6C. Windows color (decimal): -57479 or 7938047. OLE color: 7938047.

HSL color Cylindrical-coordinate representation of color #FF1F79: hue angle of 335.89º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F79 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 31 121 -
CMYK 0 0.88 0.53 0
HSL 335.89º 1% 0.56% -
HSV(B) 335.89º 0.88% 1% -
XYZ 45.18 23.62 20.27 -
YUV 108.24 135.21 232.68 -
System Red Green Blue C M Y K H S L
Decimal 255 31 121 0 0.88 0.53 0 335.89 1 0.56
Hex FF 1F 79 0 58 35 0 150 64 38
Octal 377 37 171 0 130 65 0 520 144 70
Binary 11111111 11111 1111001 0 1011000 110101 0 101010000 1100100 111000

Color Harmonies of #FF1F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1F79

Black with #FF1F79

Text Example


Text Example

White with #FF1F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1F79; }

 p { color: rgb(255,31,121); }

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

background-color css

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

 a { background-color: rgb(255,31,121); }

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

border-color css

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

 span { border-color: rgb(255,31,121); }

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