Html Css Color HEX #FE6581 Brink Pink

📋 copy color: '#FE6581'

red 254 ◦ green 101 ◦ blue 129

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

Shades of Brink Pink #FE6581

Tints of Brink Pink #FE6581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.65%

R = 52.48%
G = 20.87%
B = 26.65%

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

#FE6581 (or 0xFE6581) is known color: Brink Pink. HEX triplet: FE, 65 and 81. RGB value is (254,101,129). Sum of RGB (Red+Green+Blue) = 254+101+129=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6581 is #019A7E. Grayscale: #959595. Windows color (decimal): -105087 or 8480254. OLE color: 8480254.

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

Color convert

RGB 254 101 129 -
CMYK 0 0.60 0.49 0.00
HSL 349.02º 0.99% 0.7% -
HSV(B) 349.02º 0.6% 1% -
XYZ 49.49 31.96 24.33 -
YUV 149.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 254 101 129 0 0.60 0.49 0.00 349.02 0.99 0.7
Hex FE 65 81 0 3C 31 0 15D 63 46
Octal 376 145 201 0 74 61 0 535 143 106
Binary 11111110 1100101 10000001 0 111100 110001 0 101011101 1100011 1000110

Color Harmonies of #FE6581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6581

Black with #FE6581

Text Example


Text Example

White with #FE6581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6581; }

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

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

background-color css

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

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

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

border-color css

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

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

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