Html Css Color HEX #FF0477 Deep Pink

📋 copy color: '#FF0477'

red 255 ◦ green 4 ◦ blue 119

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

Shades of Deep Pink #FF0477

Tints of Deep Pink #FF0477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 67.46%
G = 1.06%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF0477 (or 0xFF0477) is known color: Deep Pink. HEX triplet: FF, 04 and 77. RGB value is (255,4,119). Sum of RGB (Red+Green+Blue) = 255+4+119=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0477 is #00FB88. Grayscale: #5B5B5B. Windows color (decimal): -64393 or 7800063. OLE color: 7800063.

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

Color convert

RGB 255 4 119 -
CMYK 0 0.98 0.53 0
HSL 332.51º 1% 0.51% -
HSV(B) 332.51º 0.98% 1% -
XYZ 44.61 22.68 19.48 -
YUV 92.16 143.16 244.15 -
System Red Green Blue C M Y K H S L
Decimal 255 4 119 0 0.98 0.53 0 332.51 1 0.51
Hex FF 4 77 0 62 35 0 14D 64 33
Octal 377 4 167 0 142 65 0 515 144 63
Binary 11111111 100 1110111 0 1100010 110101 0 101001101 1100100 110011

Color Harmonies of #FF0477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0477

Black with #FF0477

Text Example


Text Example

White with #FF0477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0477; }

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

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

background-color css

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

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

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

border-color css

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

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

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