Html Css Color HEX #FF077A Deep Pink

📋 copy color: '#FF077A'

red 255 ◦ green 7 ◦ blue 122

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

Shades of Deep Pink #FF077A

Tints of Deep Pink #FF077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 66.41%
G = 1.82%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF077A (or 0xFF077A) is known color: Deep Pink. HEX triplet: FF, 07 and 7A. RGB value is (255,7,122). Sum of RGB (Red+Green+Blue) = 255+7+122=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF077A is #00F885. Grayscale: #5E5E5E. Windows color (decimal): -63622 or 7997439. OLE color: 7997439.

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

Color convert

RGB 255 7 122 -
CMYK 0 0.97 0.52 0
HSL 332.18º 1% 0.51% -
HSV(B) 332.18º 0.97% 1% -
XYZ 44.83 22.82 20.45 -
YUV 94.26 143.66 242.65 -
System Red Green Blue C M Y K H S L
Decimal 255 7 122 0 0.97 0.52 0 332.18 1 0.51
Hex FF 7 7A 0 61 34 0 14C 64 33
Octal 377 7 172 0 141 64 0 514 144 63
Binary 11111111 111 1111010 0 1100001 110100 0 101001100 1100100 110011

Color Harmonies of #FF077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF077A

Black with #FF077A

Text Example


Text Example

White with #FF077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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