Html Css Color HEX #FD0374 Deep Pink

📋 copy color: '#FD0374'

red 253 ◦ green 3 ◦ blue 116

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

Shades of Deep Pink #FD0374

Tints of Deep Pink #FD0374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 68.01%
G = 0.81%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD0374 (or 0xFD0374) is known color: Deep Pink. HEX triplet: FD, 03 and 74. RGB value is (253,3,116). Sum of RGB (Red+Green+Blue) = 253+3+116=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0374 is #02FC8B. Grayscale: #5A5A5A. Windows color (decimal): -195724 or 7603197. OLE color: 7603197.

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

Color convert

RGB 253 3 116 -
CMYK 0 0.99 0.54 0.01
HSL 332.88º 0.98% 0.5% -
HSV(B) 332.88º 0.99% 0.99% -
XYZ 43.69 22.21 18.51 -
YUV 90.63 142.33 243.81 -
System Red Green Blue C M Y K H S L
Decimal 253 3 116 0 0.99 0.54 0.01 332.88 0.98 0.5
Hex FD 3 74 0 63 36 1 14D 62 32
Octal 375 3 164 0 143 66 1 515 142 62
Binary 11111101 11 1110100 0 1100011 110110 1 101001101 1100010 110010

Color Harmonies of #FD0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0374

Black with #FD0374

Text Example


Text Example

White with #FD0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0374; }

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

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

background-color css

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

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

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

border-color css

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

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

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