Html Css Color HEX #FF0377 Deep Pink

📋 copy color: '#FF0377'

red 255 ◦ green 3 ◦ blue 119

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

Shades of Deep Pink #FF0377

Tints of Deep Pink #FF0377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 67.64%
G = 0.8%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF0377 (or 0xFF0377) is known color: Deep Pink. HEX triplet: FF, 03 and 77. RGB value is (255,3,119). Sum of RGB (Red+Green+Blue) = 255+3+119=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0377 is #00FC88. Grayscale: #5B5B5B. Windows color (decimal): -64649 or 7799807. OLE color: 7799807.

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

Color convert

RGB 255 3 119 -
CMYK 0 0.99 0.53 0
HSL 332.38º 1% 0.51% -
HSV(B) 332.38º 0.99% 1% -
XYZ 44.6 22.66 19.48 -
YUV 91.57 143.49 244.57 -
System Red Green Blue C M Y K H S L
Decimal 255 3 119 0 0.99 0.53 0 332.38 1 0.51
Hex FF 3 77 0 63 35 0 14C 64 33
Octal 377 3 167 0 143 65 0 514 144 63
Binary 11111111 11 1110111 0 1100011 110101 0 101001100 1100100 110011

Color Harmonies of #FF0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0377

Black with #FF0377

Text Example


Text Example

White with #FF0377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0377; }

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

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

background-color css

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

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

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

border-color css

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

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

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