Html Css Color HEX #FF1279 Deep Pink

📋 copy color: '#FF1279'

red 255 ◦ green 18 ◦ blue 121

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

Shades of Deep Pink #FF1279

Tints of Deep Pink #FF1279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.57%

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

R = 64.72%
G = 4.57%
B = 30.71%

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

#FF1279 (or 0xFF1279) is known color: Deep Pink. HEX triplet: FF, 12 and 79. RGB value is (255,18,121). Sum of RGB (Red+Green+Blue) = 255+18+121=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1279 is #00ED86. Grayscale: #646464. Windows color (decimal): -60807 or 7934719. OLE color: 7934719.

HSL color Cylindrical-coordinate representation of color #FF1279: hue angle of 333.92º 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 #FF1279 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 18 121 -
CMYK 0 0.93 0.53 0
HSL 333.92º 1% 0.54% -
HSV(B) 333.92º 0.93% 1% -
XYZ 44.91 23.07 20.18 -
YUV 100.61 139.52 238.12 -
System Red Green Blue C M Y K H S L
Decimal 255 18 121 0 0.93 0.53 0 333.92 1 0.54
Hex FF 12 79 0 5D 35 0 14E 64 36
Octal 377 22 171 0 135 65 0 516 144 66
Binary 11111111 10010 1111001 0 1011101 110101 0 101001110 1100100 110110

Color Harmonies of #FF1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1279

Black with #FF1279

Text Example


Text Example

White with #FF1279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1279; }

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

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

background-color css

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

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

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

border-color css

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

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

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