Html Css Color HEX #FD0375 Deep Pink

📋 copy color: '#FD0375'

red 253 ◦ green 3 ◦ blue 117

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

Shades of Deep Pink #FD0375

Tints of Deep Pink #FD0375

RGB

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

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

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

R = 67.83%
G = 0.8%
B = 31.37%

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

#FD0375 (or 0xFD0375) is known color: Deep Pink. HEX triplet: FD, 03 and 75. RGB value is (253,3,117). Sum of RGB (Red+Green+Blue) = 253+3+117=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0375 is #02FC8A. Grayscale: #5A5A5A. Windows color (decimal): -195723 or 7668733. OLE color: 7668733.

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

Color convert

RGB 253 3 117 -
CMYK 0 0.99 0.54 0.01
HSL 332.64º 0.98% 0.5% -
HSV(B) 332.64º 0.99% 0.99% -
XYZ 43.75 22.23 18.81 -
YUV 90.75 142.83 243.73 -
System Red Green Blue C M Y K H S L
Decimal 253 3 117 0 0.99 0.54 0.01 332.64 0.98 0.5
Hex FD 3 75 0 63 36 1 14D 62 32
Octal 375 3 165 0 143 66 1 515 142 62
Binary 11111101 11 1110101 0 1100011 110110 1 101001101 1100010 110010

Color Harmonies of #FD0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0375

Black with #FD0375

Text Example


Text Example

White with #FD0375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0375; }

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

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

background-color css

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

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

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

border-color css

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

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

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