Html Css Color HEX #FD0985 Deep Pink

📋 copy color: '#FD0985'

red 253 ◦ green 9 ◦ blue 133

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

Shades of Deep Pink #FD0985

Tints of Deep Pink #FD0985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.28%

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 64.05%
G = 2.28%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD0985 (or 0xFD0985) is known color: Deep Pink. HEX triplet: FD, 09 and 85. RGB value is (253,9,133). Sum of RGB (Red+Green+Blue) = 253+9+133=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0985 is #02F67A. Grayscale: #5F5F5F. Windows color (decimal): -194171 or 8718845. OLE color: 8718845.

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

Color convert

RGB 253 9 133 -
CMYK 0 0.96 0.47 0.01
HSL 329.51º 0.98% 0.51% -
HSV(B) 329.51º 0.96% 0.99% -
XYZ 44.84 22.77 24.22 -
YUV 96.09 148.84 239.92 -
System Red Green Blue C M Y K H S L
Decimal 253 9 133 0 0.96 0.47 0.01 329.51 0.98 0.51
Hex FD 9 85 0 60 2F 1 14A 62 33
Octal 375 11 205 0 140 57 1 512 142 63
Binary 11111101 1001 10000101 0 1100000 101111 1 101001010 1100010 110011

Color Harmonies of #FD0985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0985

Black with #FD0985

Text Example


Text Example

White with #FD0985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0985; }

 p { color: rgb(253,9,133); }

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

background-color css

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

 a { background-color: rgb(253,9,133); }

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

border-color css

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

 span { border-color: rgb(253,9,133); }

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