Html Css Color HEX #FE6580 Brink Pink

📋 copy color: '#FE6580'

red 254 ◦ green 101 ◦ blue 128

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

Shades of Brink Pink #FE6580

Tints of Brink Pink #FE6580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.5%

R = 52.59%
G = 20.91%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE6580 (or 0xFE6580) is known color: Brink Pink. HEX triplet: FE, 65 and 80. RGB value is (254,101,128). Sum of RGB (Red+Green+Blue) = 254+101+128=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6580 is #019A7F. Grayscale: #959595. Windows color (decimal): -105088 or 8414718. OLE color: 8414718.

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

Color convert

RGB 254 101 128 -
CMYK 0 0.60 0.50 0.00
HSL 349.41º 0.99% 0.7% -
HSV(B) 349.41º 0.6% 1% -
XYZ 49.42 31.94 23.98 -
YUV 149.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 254 101 128 0 0.60 0.50 0.00 349.41 0.99 0.7
Hex FE 65 80 0 3C 32 0 15D 63 46
Octal 376 145 200 0 74 62 0 535 143 106
Binary 11111110 1100101 10000000 0 111100 110010 0 101011101 1100011 1000110

Color Harmonies of #FE6580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6580

Black with #FE6580

Text Example


Text Example

White with #FE6580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6580; }

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

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

background-color css

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

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

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

border-color css

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

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

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