Html Css Color HEX #FD0D74 Deep Pink

📋 copy color: '#FD0D74'

red 253 ◦ green 13 ◦ blue 116

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

Shades of Deep Pink #FD0D74

Tints of Deep Pink #FD0D74

RGB

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

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

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

R = 66.23%
G = 3.4%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD0D74 (or 0xFD0D74) is known color: Deep Pink. HEX triplet: FD, 0D and 74. RGB value is (253,13,116). Sum of RGB (Red+Green+Blue) = 253+13+116=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0D74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0D74 is #02F28B. Grayscale: #606060. Windows color (decimal): -193164 or 7605757. OLE color: 7605757.

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

Color convert

RGB 253 13 116 -
CMYK 0 0.95 0.54 0.01
HSL 334.25º 0.98% 0.52% -
HSV(B) 334.25º 0.95% 0.99% -
XYZ 43.8 22.43 18.54 -
YUV 96.5 139.01 239.62 -
System Red Green Blue C M Y K H S L
Decimal 253 13 116 0 0.95 0.54 0.01 334.25 0.98 0.52
Hex FD D 74 0 5F 36 1 14E 62 34
Octal 375 15 164 0 137 66 1 516 142 64
Binary 11111101 1101 1110100 0 1011111 110110 1 101001110 1100010 110100

Color Harmonies of #FD0D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0D74

Black with #FD0D74

Text Example


Text Example

White with #FD0D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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