Html Css Color HEX #FD0E75 Deep Pink

📋 copy color: '#FD0E75'

red 253 ◦ green 14 ◦ blue 117

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

Shades of Deep Pink #FD0E75

Tints of Deep Pink #FD0E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 65.89%
G = 3.65%
B = 30.47%

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

#FD0E75 (or 0xFD0E75) is known color: Deep Pink. HEX triplet: FD, 0E and 75. RGB value is (253,14,117). Sum of RGB (Red+Green+Blue) = 253+14+117=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0E75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0E75 is #02F18A. Grayscale: #616161. Windows color (decimal): -192907 or 7671549. OLE color: 7671549.

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

Color convert

RGB 253 14 117 -
CMYK 0 0.94 0.54 0.01
HSL 334.14º 0.98% 0.52% -
HSV(B) 334.14º 0.94% 0.99% -
XYZ 43.88 22.48 18.86 -
YUV 97.2 139.18 239.12 -
System Red Green Blue C M Y K H S L
Decimal 253 14 117 0 0.94 0.54 0.01 334.14 0.98 0.52
Hex FD E 75 0 5E 36 1 14E 62 34
Octal 375 16 165 0 136 66 1 516 142 64
Binary 11111101 1110 1110101 0 1011110 110110 1 101001110 1100010 110100

Color Harmonies of #FD0E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0E75

Black with #FD0E75

Text Example


Text Example

White with #FD0E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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