Html Css Color HEX #FD5E8A Brink Pink

📋 copy color: '#FD5E8A'

red 253 ◦ green 94 ◦ blue 138

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

Shades of Brink Pink #FD5E8A

Tints of Brink Pink #FD5E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 52.16%
G = 19.38%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD5E8A (or 0xFD5E8A) is known color: Brink Pink. HEX triplet: FD, 5E and 8A. RGB value is (253,94,138). Sum of RGB (Red+Green+Blue) = 253+94+138=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5E8A is #02A175. Grayscale: #929292. Windows color (decimal): -172406 or 9068285. OLE color: 9068285.

HSL color Cylindrical-coordinate representation of color #FD5E8A: hue angle of 343.4º 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 #FD5E8A is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 94 138 -
CMYK 0 0.63 0.45 0.01
HSL 343.4º 0.98% 0.68% -
HSV(B) 343.4º 0.63% 0.99% -
XYZ 49.1 30.72 27.39 -
YUV 146.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 253 94 138 0 0.63 0.45 0.01 343.4 0.98 0.68
Hex FD 5E 8A 0 3F 2D 1 157 62 44
Octal 375 136 212 0 77 55 1 527 142 104
Binary 11111101 1011110 10001010 0 111111 101101 1 101010111 1100010 1000100

Color Harmonies of #FD5E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E8A

Black with #FD5E8A

Text Example


Text Example

White with #FD5E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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