Html Css Color HEX #FD5C89 Brink Pink

📋 copy color: '#FD5C89'

red 253 ◦ green 92 ◦ blue 137

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

Shades of Brink Pink #FD5C89

Tints of Brink Pink #FD5C89

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.09%

 BLUE value IS 137 (53.91% from 255) = 28.42%

R = 52.49%
G = 19.09%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FD5C89 (or 0xFD5C89) is known color: Brink Pink. HEX triplet: FD, 5C and 89. RGB value is (253,92,137). Sum of RGB (Red+Green+Blue) = 253+92+137=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5C89 is #02A376. Grayscale: #919191. Windows color (decimal): -172919 or 9002237. OLE color: 9002237.

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

Color convert

RGB 253 92 137 -
CMYK 0 0.64 0.46 0.01
HSL 343.23º 0.98% 0.68% -
HSV(B) 343.23º 0.64% 0.99% -
XYZ 48.85 30.34 26.95 -
YUV 145.27 123.34 204.84 -
System Red Green Blue C M Y K H S L
Decimal 253 92 137 0 0.64 0.46 0.01 343.23 0.98 0.68
Hex FD 5C 89 0 40 2E 1 157 62 44
Octal 375 134 211 0 100 56 1 527 142 104
Binary 11111101 1011100 10001001 0 1000000 101110 1 101010111 1100010 1000100

Color Harmonies of #FD5C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C89

Black with #FD5C89

Text Example


Text Example

White with #FD5C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C89; }

 p { color: rgb(253,92,137); }

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

background-color css

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

 a { background-color: rgb(253,92,137); }

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

border-color css

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

 span { border-color: rgb(253,92,137); }

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