Html Css Color HEX #FD5C8D Brink Pink

📋 copy color: '#FD5C8D'

red 253 ◦ green 92 ◦ blue 141

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

Shades of Brink Pink #FD5C8D

Tints of Brink Pink #FD5C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.01%

R = 52.06%
G = 18.93%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD5C8D (or 0xFD5C8D) is known color: Brink Pink. HEX triplet: FD, 5C and 8D. RGB value is (253,92,141). Sum of RGB (Red+Green+Blue) = 253+92+141=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5C8D is #02A372. Grayscale: #919191. Windows color (decimal): -172915 or 9264381. OLE color: 9264381.

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

Color convert

RGB 253 92 141 -
CMYK 0 0.64 0.44 0.01
HSL 341.74º 0.98% 0.68% -
HSV(B) 341.74º 0.64% 0.99% -
XYZ 49.14 30.46 28.49 -
YUV 145.73 125.34 204.52 -
System Red Green Blue C M Y K H S L
Decimal 253 92 141 0 0.64 0.44 0.01 341.74 0.98 0.68
Hex FD 5C 8D 0 40 2C 1 156 62 44
Octal 375 134 215 0 100 54 1 526 142 104
Binary 11111101 1011100 10001101 0 1000000 101100 1 101010110 1100010 1000100

Color Harmonies of #FD5C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C8D

Black with #FD5C8D

Text Example


Text Example

White with #FD5C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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