#FF0D7A

Color #FF0D7A Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FF0D7A

Tints of Deep Pink #FF0D7A

Color information

#FF0D7A (or 0xFF0D7A) is unknown color: approx Deep Pink. HEX triplet: FF, 0D and 7A. RGB value is (255,13,122). Sum of RGB (Red+Green+Blue) = 255+13+122=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0D7A is #00F285. Grayscale: #616161. Windows color (decimal): -62086 or 7998975. OLE color: 7998975.

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

Color convert

RGB25513122-
CMYK00.950.520
HSL332.98º100%52.55%-
HSV(B)332.98º94.9%100%-
XYZ44.922.9520.48-
YUV97.78141.67240.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.38%
GREEN value IS 13 (5.47% from 255) = 3.33%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=65.38%
G=3.33%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551312200.950.520332.9810052.55
HexFFD7A05F34014d6435
Octal37715172013764051514465
Binary11111111110111110100101111111010001010011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0D7A; }

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

 H1.HeaderClassName
 {
   color: #FF0D7A;
 }
 .AnyTagClassName
 {
   color: #FF0D7A;
 }
</style>
background-color css

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

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

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

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

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

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