Html Css Color HEX #FD5C8F Brink Pink

📋 copy color: '#FD5C8F'

red 253 ◦ green 92 ◦ blue 143

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

Shades of Brink Pink #FD5C8F

Tints of Brink Pink #FD5C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.3%

R = 51.84%
G = 18.85%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD5C8F (or 0xFD5C8F) is known color: Brink Pink. HEX triplet: FD, 5C and 8F. RGB value is (253,92,143). Sum of RGB (Red+Green+Blue) = 253+92+143=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5C8F is #02A370. Grayscale: #919191. Windows color (decimal): -172913 or 9395453. OLE color: 9395453.

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

Color convert

RGB 253 92 143 -
CMYK 0 0.64 0.43 0.01
HSL 340.99º 0.98% 0.68% -
HSV(B) 340.99º 0.64% 0.99% -
XYZ 49.29 30.52 29.28 -
YUV 145.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 253 92 143 0 0.64 0.43 0.01 340.99 0.98 0.68
Hex FD 5C 8F 0 40 2B 1 155 62 44
Octal 375 134 217 0 100 53 1 525 142 104
Binary 11111101 1011100 10001111 0 1000000 101011 1 101010101 1100010 1000100

Color Harmonies of #FD5C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C8F

Black with #FD5C8F

Text Example


Text Example

White with #FD5C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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