Html Css Color HEX #FD0E74 Deep Pink

📋 copy color: '#FD0E74'

red 253 ◦ green 14 ◦ blue 116

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

Shades of Deep Pink #FD0E74

Tints of Deep Pink #FD0E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 66.06%
G = 3.66%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD0E74 (or 0xFD0E74) is known color: Deep Pink. HEX triplet: FD, 0E and 74. RGB value is (253,14,116). Sum of RGB (Red+Green+Blue) = 253+14+116=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0E74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0E74 is #02F18B. Grayscale: #606060. Windows color (decimal): -192908 or 7606013. OLE color: 7606013.

HSL color Cylindrical-coordinate representation of color #FD0E74: hue angle of 334.39º 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 #FD0E74 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 14 116 -
CMYK 0 0.94 0.54 0.01
HSL 334.39º 0.98% 0.52% -
HSV(B) 334.39º 0.94% 0.99% -
XYZ 43.82 22.46 18.55 -
YUV 97.09 138.68 239.21 -
System Red Green Blue C M Y K H S L
Decimal 253 14 116 0 0.94 0.54 0.01 334.39 0.98 0.52
Hex FD E 74 0 5E 36 1 14E 62 34
Octal 375 16 164 0 136 66 1 516 142 64
Binary 11111101 1110 1110100 0 1011110 110110 1 101001110 1100010 110100

Color Harmonies of #FD0E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0E74

Black with #FD0E74

Text Example


Text Example

White with #FD0E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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