Html Css Color HEX #FD6582 Brink Pink

📋 copy color: '#FD6582'

red 253 ◦ green 101 ◦ blue 130

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

Shades of Brink Pink #FD6582

Tints of Brink Pink #FD6582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 52.27%
G = 20.87%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD6582 (or 0xFD6582) is known color: Brink Pink. HEX triplet: FD, 65 and 82. RGB value is (253,101,130). Sum of RGB (Red+Green+Blue) = 253+101+130=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6582 is #029A7D. Grayscale: #959595. Windows color (decimal): -170622 or 8545789. OLE color: 8545789.

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

Color convert

RGB 253 101 130 -
CMYK 0 0.60 0.49 0.01
HSL 348.55º 0.97% 0.69% -
HSV(B) 348.55º 0.6% 0.99% -
XYZ 49.19 31.8 24.66 -
YUV 149.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 253 101 130 0 0.60 0.49 0.01 348.55 0.97 0.69
Hex FD 65 82 0 3C 31 1 15D 61 45
Octal 375 145 202 0 74 61 1 535 141 105
Binary 11111101 1100101 10000010 0 111100 110001 1 101011101 1100001 1000101

Color Harmonies of #FD6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6582

Black with #FD6582

Text Example


Text Example

White with #FD6582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6582; }

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

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

background-color css

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

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

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

border-color css

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

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

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