Html Css Color HEX #FD0E73 Deep Pink

📋 copy color: '#FD0E73'

red 253 ◦ green 14 ◦ blue 115

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

Shades of Deep Pink #FD0E73

Tints of Deep Pink #FD0E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.66%

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

R = 66.23%
G = 3.66%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD0E73 (or 0xFD0E73) is known color: Deep Pink. HEX triplet: FD, 0E and 73. RGB value is (253,14,115). Sum of RGB (Red+Green+Blue) = 253+14+115=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0E73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0E73 is #02F18C. Grayscale: #606060. Windows color (decimal): -192909 or 7540477. OLE color: 7540477.

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

Color convert

RGB 253 14 115 -
CMYK 0 0.94 0.55 0.01
HSL 334.64º 0.98% 0.52% -
HSV(B) 334.64º 0.94% 0.99% -
XYZ 43.76 22.43 18.24 -
YUV 96.98 138.18 239.29 -
System Red Green Blue C M Y K H S L
Decimal 253 14 115 0 0.94 0.55 0.01 334.64 0.98 0.52
Hex FD E 73 0 5E 37 1 14F 62 34
Octal 375 16 163 0 136 67 1 517 142 64
Binary 11111101 1110 1110011 0 1011110 110111 1 101001111 1100010 110100

Color Harmonies of #FD0E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0E73

Black with #FD0E73

Text Example


Text Example

White with #FD0E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0E73; }

 p { color: rgb(253,14,115); }

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

background-color css

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

 a { background-color: rgb(253,14,115); }

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

border-color css

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

 span { border-color: rgb(253,14,115); }

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