Html Css Color HEX #FF0777 Deep Pink

📋 copy color: '#FF0777'

red 255 ◦ green 7 ◦ blue 119

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

Shades of Deep Pink #FF0777

Tints of Deep Pink #FF0777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

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

R = 66.93%
G = 1.84%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF0777 (or 0xFF0777) is known color: Deep Pink. HEX triplet: FF, 07 and 77. RGB value is (255,7,119). Sum of RGB (Red+Green+Blue) = 255+7+119=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0777 is #00F888. Grayscale: #5D5D5D. Windows color (decimal): -63625 or 7800831. OLE color: 7800831.

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

Color convert

RGB 255 7 119 -
CMYK 0 0.97 0.53 0
HSL 332.9º 1% 0.51% -
HSV(B) 332.9º 0.97% 1% -
XYZ 44.65 22.74 19.49 -
YUV 93.92 142.16 242.89 -
System Red Green Blue C M Y K H S L
Decimal 255 7 119 0 0.97 0.53 0 332.9 1 0.51
Hex FF 7 77 0 61 35 0 14D 64 33
Octal 377 7 167 0 141 65 0 515 144 63
Binary 11111111 111 1110111 0 1100001 110101 0 101001101 1100100 110011

Color Harmonies of #FF0777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0777

Black with #FF0777

Text Example


Text Example

White with #FF0777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0777; }

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

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

background-color css

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

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

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

border-color css

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

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

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