Html Css Color HEX #FD5E8E Brink Pink

📋 copy color: '#FD5E8E'

red 253 ◦ green 94 ◦ blue 142

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

Shades of Brink Pink #FD5E8E

Tints of Brink Pink #FD5E8E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.22%

 BLUE value IS 142 (55.86% from 255) = 29.04%

R = 51.74%
G = 19.22%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD5E8E (or 0xFD5E8E) is known color: Brink Pink. HEX triplet: FD, 5E and 8E. RGB value is (253,94,142). Sum of RGB (Red+Green+Blue) = 253+94+142=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5E8E is #02A171. Grayscale: #929292. Windows color (decimal): -172402 or 9330429. OLE color: 9330429.

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

Color convert

RGB 253 94 142 -
CMYK 0 0.63 0.44 0.01
HSL 341.89º 0.98% 0.68% -
HSV(B) 341.89º 0.63% 0.99% -
XYZ 49.39 30.84 28.94 -
YUV 147.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 253 94 142 0 0.63 0.44 0.01 341.89 0.98 0.68
Hex FD 5E 8E 0 3F 2C 1 156 62 44
Octal 375 136 216 0 77 54 1 526 142 104
Binary 11111101 1011110 10001110 0 111111 101100 1 101010110 1100010 1000100

Color Harmonies of #FD5E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E8E

Black with #FD5E8E

Text Example


Text Example

White with #FD5E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5E8E; }

 p { color: rgb(253,94,142); }

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

background-color css

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

 a { background-color: rgb(253,94,142); }

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

border-color css

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

 span { border-color: rgb(253,94,142); }

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