Html Css Color HEX #FD5C8A Brink Pink

📋 copy color: '#FD5C8A'

red 253 ◦ green 92 ◦ blue 138

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

Shades of Brink Pink #FD5C8A

Tints of Brink Pink #FD5C8A

RGB

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

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

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

R = 52.38%
G = 19.05%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD5C8A (or 0xFD5C8A) is known color: Brink Pink. HEX triplet: FD, 5C and 8A. RGB value is (253,92,138). Sum of RGB (Red+Green+Blue) = 253+92+138=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5C8A is #02A375. Grayscale: #919191. Windows color (decimal): -172918 or 9067773. OLE color: 9067773.

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

Color convert

RGB 253 92 138 -
CMYK 0 0.64 0.45 0.01
HSL 342.86º 0.98% 0.68% -
HSV(B) 342.86º 0.64% 0.99% -
XYZ 48.92 30.37 27.33 -
YUV 145.38 123.84 204.76 -
System Red Green Blue C M Y K H S L
Decimal 253 92 138 0 0.64 0.45 0.01 342.86 0.98 0.68
Hex FD 5C 8A 0 40 2D 1 157 62 44
Octal 375 134 212 0 100 55 1 527 142 104
Binary 11111101 1011100 10001010 0 1000000 101101 1 101010111 1100010 1000100

Color Harmonies of #FD5C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C8A

Black with #FD5C8A

Text Example


Text Example

White with #FD5C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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