Html Css Color HEX #FF077C Deep Pink

📋 copy color: '#FF077C'

red 255 ◦ green 7 ◦ blue 124

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

Shades of Deep Pink #FF077C

Tints of Deep Pink #FF077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 66.06%
G = 1.81%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF077C (or 0xFF077C) is known color: Deep Pink. HEX triplet: FF, 07 and 7C. RGB value is (255,7,124). Sum of RGB (Red+Green+Blue) = 255+7+124=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF077C is #00F883. Grayscale: #5E5E5E. Windows color (decimal): -63620 or 8128511. OLE color: 8128511.

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

Color convert

RGB 255 7 124 -
CMYK 0 0.97 0.51 0
HSL 331.69º 1% 0.51% -
HSV(B) 331.69º 0.97% 1% -
XYZ 44.95 22.87 21.11 -
YUV 94.49 144.66 242.49 -
System Red Green Blue C M Y K H S L
Decimal 255 7 124 0 0.97 0.51 0 331.69 1 0.51
Hex FF 7 7C 0 61 33 0 14C 64 33
Octal 377 7 174 0 141 63 0 514 144 63
Binary 11111111 111 1111100 0 1100001 110011 0 101001100 1100100 110011

Color Harmonies of #FF077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF077C

Black with #FF077C

Text Example


Text Example

White with #FF077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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