Html Css Color HEX #FE5885 Brink Pink

📋 copy color: '#FE5885'

red 254 ◦ green 88 ◦ blue 133

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

Shades of Brink Pink #FE5885

Tints of Brink Pink #FE5885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.53%

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

R = 53.47%
G = 18.53%
B = 28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE5885 (or 0xFE5885) is known color: Brink Pink. HEX triplet: FE, 58 and 85. RGB value is (254,88,133). Sum of RGB (Red+Green+Blue) = 254+88+133=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5885 is #01A77A. Grayscale: #8E8E8E. Windows color (decimal): -108411 or 8739070. OLE color: 8739070.

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

Color convert

RGB 254 88 133 -
CMYK 0 0.65 0.48 0.00
HSL 343.73º 0.99% 0.67% -
HSV(B) 343.73º 0.65% 1% -
XYZ 48.6 29.74 25.37 -
YUV 142.76 122.5 207.34 -
System Red Green Blue C M Y K H S L
Decimal 254 88 133 0 0.65 0.48 0.00 343.73 0.99 0.67
Hex FE 58 85 0 41 30 0 158 63 43
Octal 376 130 205 0 101 60 0 530 143 103
Binary 11111110 1011000 10000101 0 1000001 110000 0 101011000 1100011 1000011

Color Harmonies of #FE5885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5885

Black with #FE5885

Text Example


Text Example

White with #FE5885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5885; }

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

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

background-color css

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

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

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

border-color css

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

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

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