Html Css Color HEX #FF1077 Deep Pink

📋 copy color: '#FF1077'

red 255 ◦ green 16 ◦ blue 119

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

Shades of Deep Pink #FF1077

Tints of Deep Pink #FF1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.1%

 BLUE value IS 119 (46.88% from 255) = 30.51%

R = 65.38%
G = 4.1%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF1077 (or 0xFF1077) is known color: Deep Pink. HEX triplet: FF, 10 and 77. RGB value is (255,16,119). Sum of RGB (Red+Green+Blue) = 255+16+119=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1077 is #00EF88. Grayscale: #636363. Windows color (decimal): -61321 or 7803135. OLE color: 7803135.

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

Color convert

RGB 255 16 119 -
CMYK 0 0.94 0.53 0
HSL 334.14º 1% 0.53% -
HSV(B) 334.14º 0.94% 1% -
XYZ 44.76 22.96 19.53 -
YUV 99.2 139.18 239.12 -
System Red Green Blue C M Y K H S L
Decimal 255 16 119 0 0.94 0.53 0 334.14 1 0.53
Hex FF 10 77 0 5E 35 0 14E 64 35
Octal 377 20 167 0 136 65 0 516 144 65
Binary 11111111 10000 1110111 0 1011110 110101 0 101001110 1100100 110101

Color Harmonies of #FF1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1077

Black with #FF1077

Text Example


Text Example

White with #FF1077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1077; }

 p { color: rgb(255,16,119); }

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

background-color css

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

 a { background-color: rgb(255,16,119); }

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

border-color css

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

 span { border-color: rgb(255,16,119); }

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