Html Css Color HEX #FD0075 Deep Pink

📋 copy color: '#FD0075'

red 253 ◦ green 0 ◦ blue 117

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

Shades of Deep Pink #FD0075

Tints of Deep Pink #FD0075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.38%
G = 0%
B = 31.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD0075 (or 0xFD0075) is known color: Deep Pink. HEX triplet: FD, 00 and 75. RGB value is (253,0,117). Sum of RGB (Red+Green+Blue) = 253+0+117=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0075 is #02FF8A. Grayscale: #585858. Windows color (decimal): -196491 or 7667965. OLE color: 7667965.

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

Color convert

RGB 253 0 117 -
CMYK 0 1 0.54 0.01
HSL 332.25º 1% 0.5% -
HSV(B) 332.25º 1% 0.99% -
XYZ 43.72 22.17 18.8 -
YUV 88.99 143.82 244.99 -
System Red Green Blue C M Y K H S L
Decimal 253 0 117 0 1 0.54 0.01 332.25 1 0.5
Hex FD 0 75 0 64 36 1 14C 64 32
Octal 375 0 165 0 144 66 1 514 144 62
Binary 11111101 0 1110101 0 1100100 110110 1 101001100 1100100 110010

Color Harmonies of #FD0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0075

Black with #FD0075

Text Example


Text Example

White with #FD0075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0075; }

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

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

background-color css

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

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

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

border-color css

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

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

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