Html Css Color HEX #FF6582 Brink Pink

📋 copy color: '#FF6582'

red 255 ◦ green 101 ◦ blue 130

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

Shades of Brink Pink #FF6582

Tints of Brink Pink #FF6582

RGB

 RED value IS 255 (100% from 255) = 52.47%

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

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

R = 52.47%
G = 20.78%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF6582 (or 0xFF6582) is known color: Brink Pink. HEX triplet: FF, 65 and 82. RGB value is (255,101,130). Sum of RGB (Red+Green+Blue) = 255+101+130=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6582 is #009A7D. Grayscale: #969696. Windows color (decimal): -39550 or 8545791. OLE color: 8545791.

HSL color Cylindrical-coordinate representation of color #FF6582: hue angle of 348.7º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6582 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB 255 101 130 -
CMYK 0 0.60 0.49 0
HSL 348.7º 1% 0.7% -
HSV(B) 348.7º 0.6% 1% -
XYZ 49.92 32.18 24.7 -
YUV 150.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 255 101 130 0 0.60 0.49 0 348.7 1 0.7
Hex FF 65 82 0 3C 31 0 15D 64 46
Octal 377 145 202 0 74 61 0 535 144 106
Binary 11111111 1100101 10000010 0 111100 110001 0 101011101 1100100 1000110

Color Harmonies of #FF6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6582

Black with #FF6582

Text Example


Text Example

White with #FF6582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6582; }

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

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

background-color css

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

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

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

border-color css

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

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

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