Html Css Color HEX #FE5785 Brink Pink

📋 copy color: '#FE5785'

red 254 ◦ green 87 ◦ blue 133

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

Shades of Brink Pink #FE5785

Tints of Brink Pink #FE5785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.35%

 BLUE value IS 133 (52.34% from 255) = 28.06%

R = 53.59%
G = 18.35%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE5785 (or 0xFE5785) is known color: Brink Pink. HEX triplet: FE, 57 and 85. RGB value is (254,87,133). Sum of RGB (Red+Green+Blue) = 254+87+133=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5785 is #01A87A. Grayscale: #8E8E8E. Windows color (decimal): -108667 or 8738814. OLE color: 8738814.

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

Color convert

RGB 254 87 133 -
CMYK 0 0.66 0.48 0.00
HSL 343.47º 0.99% 0.67% -
HSV(B) 343.47º 0.66% 1% -
XYZ 48.51 29.58 25.34 -
YUV 142.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 254 87 133 0 0.66 0.48 0.00 343.47 0.99 0.67
Hex FE 57 85 0 42 30 0 157 63 43
Octal 376 127 205 0 102 60 0 527 143 103
Binary 11111110 1010111 10000101 0 1000010 110000 0 101010111 1100011 1000011

Color Harmonies of #FE5785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5785

Black with #FE5785

Text Example


Text Example

White with #FE5785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5785; }

 p { color: rgb(254,87,133); }

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

background-color css

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

 a { background-color: rgb(254,87,133); }

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

border-color css

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

 span { border-color: rgb(254,87,133); }

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