Html Css Color HEX #FD0187 Deep Pink

📋 copy color: '#FD0187'

red 253 ◦ green 1 ◦ blue 135

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

Shades of Deep Pink #FD0187

Tints of Deep Pink #FD0187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 135 (53.13% from 255) = 34.7%

R = 65.04%
G = 0.26%
B = 34.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD0187 (or 0xFD0187) is known color: Deep Pink. HEX triplet: FD, 01 and 87. RGB value is (253,1,135). Sum of RGB (Red+Green+Blue) = 253+1+135=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0187 is #02FE78. Grayscale: #5B5B5B. Windows color (decimal): -196217 or 8847869. OLE color: 8847869.

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

Color convert

RGB 253 1 135 -
CMYK 0 1.00 0.47 0.01
HSL 328.1º 0.99% 0.5% -
HSV(B) 328.1º 1% 0.99% -
XYZ 44.89 22.65 24.93 -
YUV 91.62 152.49 243.1 -
System Red Green Blue C M Y K H S L
Decimal 253 1 135 0 1.00 0.47 0.01 328.1 0.99 0.5
Hex FD 1 87 0 64 2F 1 148 63 32
Octal 375 1 207 0 144 57 1 510 143 62
Binary 11111101 1 10000111 0 1100100 101111 1 101001000 1100011 110010

Color Harmonies of #FD0187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0187

Black with #FD0187

Text Example


Text Example

White with #FD0187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0187; }

 p { color: rgb(253,1,135); }

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

background-color css

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

 a { background-color: rgb(253,1,135); }

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

border-color css

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

 span { border-color: rgb(253,1,135); }

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