Html Css Color HEX #FD6590 Brink Pink

📋 copy color: '#FD6590'

red 253 ◦ green 101 ◦ blue 144

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

Shades of Brink Pink #FD6590

Tints of Brink Pink #FD6590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.28%

 BLUE value IS 144 (56.64% from 255) = 28.92%

R = 50.8%
G = 20.28%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD6590 (or 0xFD6590) is known color: Brink Pink. HEX triplet: FD, 65 and 90. RGB value is (253,101,144). Sum of RGB (Red+Green+Blue) = 253+101+144=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6590 is #029A6F. Grayscale: #979797. Windows color (decimal): -170608 or 9463293. OLE color: 9463293.

HSL color Cylindrical-coordinate representation of color #FD6590: hue angle of 343.03º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD6590 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 101 144 -
CMYK 0 0.60 0.43 0.01
HSL 343.03º 0.97% 0.69% -
HSV(B) 343.03º 0.6% 0.99% -
XYZ 50.2 32.2 29.96 -
YUV 151.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 253 101 144 0 0.60 0.43 0.01 343.03 0.97 0.69
Hex FD 65 90 0 3C 2B 1 157 61 45
Octal 375 145 220 0 74 53 1 527 141 105
Binary 11111101 1100101 10010000 0 111100 101011 1 101010111 1100001 1000101

Color Harmonies of #FD6590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6590

Black with #FD6590

Text Example


Text Example

White with #FD6590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6590; }

 p { color: rgb(253,101,144); }

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

background-color css

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

 a { background-color: rgb(253,101,144); }

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

border-color css

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

 span { border-color: rgb(253,101,144); }

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