Html Css Color HEX #FD2685 Deep Pink

📋 copy color: '#FD2685'

red 253 ◦ green 38 ◦ blue 133

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

Shades of Deep Pink #FD2685

Tints of Deep Pink #FD2685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.96%

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

R = 59.67%
G = 8.96%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD2685 (or 0xFD2685) is known color: Deep Pink. HEX triplet: FD, 26 and 85. RGB value is (253,38,133). Sum of RGB (Red+Green+Blue) = 253+38+133=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2685 is #02D97A. Grayscale: #707070. Windows color (decimal): -186747 or 8726269. OLE color: 8726269.

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

Color convert

RGB 253 38 133 -
CMYK 0 0.85 0.47 0.01
HSL 333.49º 0.98% 0.57% -
HSV(B) 333.49º 0.85% 0.99% -
XYZ 45.43 23.96 24.42 -
YUV 113.12 139.23 227.78 -
System Red Green Blue C M Y K H S L
Decimal 253 38 133 0 0.85 0.47 0.01 333.49 0.98 0.57
Hex FD 26 85 0 55 2F 1 14D 62 39
Octal 375 46 205 0 125 57 1 515 142 71
Binary 11111101 100110 10000101 0 1010101 101111 1 101001101 1100010 111001

Color Harmonies of #FD2685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2685

Black with #FD2685

Text Example


Text Example

White with #FD2685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2685; }

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

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

background-color css

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

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

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

border-color css

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

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

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