Html Css Color HEX #FD077A Deep Pink

📋 copy color: '#FD077A'

red 253 ◦ green 7 ◦ blue 122

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

Shades of Deep Pink #FD077A

Tints of Deep Pink #FD077A

RGB

 RED value IS 253 (99.22% from 255) = 66.23%

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

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

R = 66.23%
G = 1.83%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD077A (or 0xFD077A) is known color: Deep Pink. HEX triplet: FD, 07 and 7A. RGB value is (253,7,122). Sum of RGB (Red+Green+Blue) = 253+7+122=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD077A is #02F885. Grayscale: #5D5D5D. Windows color (decimal): -194694 or 7997437. OLE color: 7997437.

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

Color convert

RGB 253 7 122 -
CMYK 0 0.97 0.52 0.01
HSL 331.95º 0.98% 0.51% -
HSV(B) 331.95º 0.97% 0.99% -
XYZ 44.1 22.44 20.42 -
YUV 93.66 144 241.65 -
System Red Green Blue C M Y K H S L
Decimal 253 7 122 0 0.97 0.52 0.01 331.95 0.98 0.51
Hex FD 7 7A 0 61 34 1 14C 62 33
Octal 375 7 172 0 141 64 1 514 142 63
Binary 11111101 111 1111010 0 1100001 110100 1 101001100 1100010 110011

Color Harmonies of #FD077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD077A

Black with #FD077A

Text Example


Text Example

White with #FD077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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