Html Css Color HEX #FD5E7E Brink Pink

📋 copy color: '#FD5E7E'

red 253 ◦ green 94 ◦ blue 126

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

Shades of Brink Pink #FD5E7E

Tints of Brink Pink #FD5E7E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.87%

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

R = 53.49%
G = 19.87%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD5E7E (or 0xFD5E7E) is known color: Brink Pink. HEX triplet: FD, 5E and 7E. RGB value is (253,94,126). Sum of RGB (Red+Green+Blue) = 253+94+126=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5E7E is #02A181. Grayscale: #919191. Windows color (decimal): -172418 or 8281853. OLE color: 8281853.

HSL color Cylindrical-coordinate representation of color #FD5E7E: hue angle of 347.92º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5E7E is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 94 126 -
CMYK 0 0.63 0.50 0.01
HSL 347.92º 0.98% 0.68% -
HSV(B) 347.92º 0.63% 0.99% -
XYZ 48.28 30.39 23.06 -
YUV 145.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 253 94 126 0 0.63 0.50 0.01 347.92 0.98 0.68
Hex FD 5E 7E 0 3F 32 1 15C 62 44
Octal 375 136 176 0 77 62 1 534 142 104
Binary 11111101 1011110 1111110 0 111111 110010 1 101011100 1100010 1000100

Color Harmonies of #FD5E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E7E

Black with #FD5E7E

Text Example


Text Example

White with #FD5E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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