Html Css Color HEX #FD5C7E Brink Pink

📋 copy color: '#FD5C7E'

red 253 ◦ green 92 ◦ blue 126

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

Shades of Brink Pink #FD5C7E

Tints of Brink Pink #FD5C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.75%

R = 53.72%
G = 19.53%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD5C7E (or 0xFD5C7E) is known color: Brink Pink. HEX triplet: FD, 5C and 7E. RGB value is (253,92,126). Sum of RGB (Red+Green+Blue) = 253+92+126=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C7E is #02A381. Grayscale: #909090. Windows color (decimal): -172930 or 8281341. OLE color: 8281341.

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

Color convert

RGB 253 92 126 -
CMYK 0 0.64 0.50 0.01
HSL 347.33º 0.98% 0.68% -
HSV(B) 347.33º 0.64% 0.99% -
XYZ 48.1 30.04 23 -
YUV 144.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 253 92 126 0 0.64 0.50 0.01 347.33 0.98 0.68
Hex FD 5C 7E 0 40 32 1 15B 62 44
Octal 375 134 176 0 100 62 1 533 142 104
Binary 11111101 1011100 1111110 0 1000000 110010 1 101011011 1100010 1000100

Color Harmonies of #FD5C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C7E

Black with #FD5C7E

Text Example


Text Example

White with #FD5C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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