Html Css Color HEX #FE6081 Brink Pink

📋 copy color: '#FE6081'

red 254 ◦ green 96 ◦ blue 129

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

Shades of Brink Pink #FE6081

Tints of Brink Pink #FE6081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.04%

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

R = 53.03%
G = 20.04%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE6081 (or 0xFE6081) is known color: Brink Pink. HEX triplet: FE, 60 and 81. RGB value is (254,96,129). Sum of RGB (Red+Green+Blue) = 254+96+129=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6081 is #019F7E. Grayscale: #939393. Windows color (decimal): -106367 or 8478974. OLE color: 8478974.

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

Color convert

RGB 254 96 129 -
CMYK 0 0.62 0.49 0.00
HSL 347.47º 0.99% 0.69% -
HSV(B) 347.47º 0.62% 1% -
XYZ 49.02 31.02 24.17 -
YUV 147 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 254 96 129 0 0.62 0.49 0.00 347.47 0.99 0.69
Hex FE 60 81 0 3E 31 0 15B 63 45
Octal 376 140 201 0 76 61 0 533 143 105
Binary 11111110 1100000 10000001 0 111110 110001 0 101011011 1100011 1000101

Color Harmonies of #FE6081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6081

Black with #FE6081

Text Example


Text Example

White with #FE6081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6081; }

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

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

background-color css

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

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

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

border-color css

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

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

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