Html Css Color HEX #FF1379 Deep Pink

📋 copy color: '#FF1379'

red 255 ◦ green 19 ◦ blue 121

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

Shades of Deep Pink #FF1379

Tints of Deep Pink #FF1379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.81%

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

R = 64.56%
G = 4.81%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF1379 (or 0xFF1379) is known color: Deep Pink. HEX triplet: FF, 13 and 79. RGB value is (255,19,121). Sum of RGB (Red+Green+Blue) = 255+19+121=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1379 is #00EC86. Grayscale: #656565. Windows color (decimal): -60551 or 7934975. OLE color: 7934975.

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

Color convert

RGB 255 19 121 -
CMYK 0 0.93 0.53 0
HSL 334.07º 1% 0.54% -
HSV(B) 334.07º 0.93% 1% -
XYZ 44.92 23.11 20.18 -
YUV 101.19 139.19 237.71 -
System Red Green Blue C M Y K H S L
Decimal 255 19 121 0 0.93 0.53 0 334.07 1 0.54
Hex FF 13 79 0 5D 35 0 14E 64 36
Octal 377 23 171 0 135 65 0 516 144 66
Binary 11111111 10011 1111001 0 1011101 110101 0 101001110 1100100 110110

Color Harmonies of #FF1379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1379

Black with #FF1379

Text Example


Text Example

White with #FF1379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1379; }

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

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

background-color css

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

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

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

border-color css

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

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

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