Html Css Color HEX #FD5C80 Brink Pink

📋 copy color: '#FD5C80'

red 253 ◦ green 92 ◦ blue 128

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

Shades of Brink Pink #FD5C80

Tints of Brink Pink #FD5C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.06%

R = 53.49%
G = 19.45%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD5C80 (or 0xFD5C80) is known color: Brink Pink. HEX triplet: FD, 5C and 80. RGB value is (253,92,128). Sum of RGB (Red+Green+Blue) = 253+92+128=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5C80 is #02A37F. Grayscale: #909090. Windows color (decimal): -172928 or 8412413. OLE color: 8412413.

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

Color convert

RGB 253 92 128 -
CMYK 0 0.64 0.49 0.01
HSL 346.58º 0.98% 0.68% -
HSV(B) 346.58º 0.64% 0.99% -
XYZ 48.23 30.1 23.69 -
YUV 144.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 253 92 128 0 0.64 0.49 0.01 346.58 0.98 0.68
Hex FD 5C 80 0 40 31 1 15B 62 44
Octal 375 134 200 0 100 61 1 533 142 104
Binary 11111101 1011100 10000000 0 1000000 110001 1 101011011 1100010 1000100

Color Harmonies of #FD5C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C80

Black with #FD5C80

Text Example


Text Example

White with #FD5C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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