Html Css Color HEX #FF0D73 Deep Pink

📋 copy color: '#FF0D73'

red 255 ◦ green 13 ◦ blue 115

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

Shades of Deep Pink #FF0D73

Tints of Deep Pink #FF0D73

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 66.58%
G = 3.39%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF0D73 (or 0xFF0D73) is known color: Deep Pink. HEX triplet: FF, 0D and 73. RGB value is (255,13,115). Sum of RGB (Red+Green+Blue) = 255+13+115=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0D73 is #00F28C. Grayscale: #606060. Windows color (decimal): -62093 or 7540223. OLE color: 7540223.

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

Color convert

RGB 255 13 115 -
CMYK 0 0.95 0.55 0
HSL 334.71º 1% 0.53% -
HSV(B) 334.71º 0.95% 1% -
XYZ 44.48 22.79 18.27 -
YUV 96.99 138.17 240.71 -
System Red Green Blue C M Y K H S L
Decimal 255 13 115 0 0.95 0.55 0 334.71 1 0.53
Hex FF D 73 0 5F 37 0 14F 64 35
Octal 377 15 163 0 137 67 0 517 144 65
Binary 11111111 1101 1110011 0 1011111 110111 0 101001111 1100100 110101

Color Harmonies of #FF0D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D73

Black with #FF0D73

Text Example


Text Example

White with #FF0D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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