Html Css Color HEX #FE6582 Brink Pink

📋 copy color: '#FE6582'

red 254 ◦ green 101 ◦ blue 130

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

Shades of Brink Pink #FE6582

Tints of Brink Pink #FE6582

RGB

 RED value IS 254 (99.61% from 255) = 52.37%

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

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

R = 52.37%
G = 20.82%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE6582 (or 0xFE6582) is known color: Brink Pink. HEX triplet: FE, 65 and 82. RGB value is (254,101,130). Sum of RGB (Red+Green+Blue) = 254+101+130=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6582 is #019A7D. Grayscale: #969696. Windows color (decimal): -105086 or 8545790. OLE color: 8545790.

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

Color convert

RGB 254 101 130 -
CMYK 0 0.60 0.49 0.00
HSL 348.63º 0.99% 0.7% -
HSV(B) 348.63º 0.6% 1% -
XYZ 49.56 31.99 24.68 -
YUV 150.05 116.69 202.14 -
System Red Green Blue C M Y K H S L
Decimal 254 101 130 0 0.60 0.49 0.00 348.63 0.99 0.7
Hex FE 65 82 0 3C 31 0 15D 63 46
Octal 376 145 202 0 74 61 0 535 143 106
Binary 11111110 1100101 10000010 0 111100 110001 0 101011101 1100011 1000110

Color Harmonies of #FE6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6582

Black with #FE6582

Text Example


Text Example

White with #FE6582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6582; }

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

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

background-color css

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

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

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

border-color css

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

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

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