Html Css Color HEX #FE7885 Brink Pink

📋 copy color: '#FE7885'

red 254 ◦ green 120 ◦ blue 133

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

Shades of Brink Pink #FE7885

Tints of Brink Pink #FE7885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.67%

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

R = 50.1%
G = 23.67%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE7885 (or 0xFE7885) is known color: Brink Pink. HEX triplet: FE, 78 and 85. RGB value is (254,120,133). Sum of RGB (Red+Green+Blue) = 254+120+133=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7885 is #01877A. Grayscale: #A1A1A1. Windows color (decimal): -100219 or 8747262. OLE color: 8747262.

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

Color convert

RGB 254 120 133 -
CMYK 0 0.53 0.48 0.00
HSL 354.18º 0.99% 0.73% -
HSV(B) 354.18º 0.53% 1% -
XYZ 51.82 36.2 26.45 -
YUV 161.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 254 120 133 0 0.53 0.48 0.00 354.18 0.99 0.73
Hex FE 78 85 0 35 30 0 162 63 49
Octal 376 170 205 0 65 60 0 542 143 111
Binary 11111110 1111000 10000101 0 110101 110000 0 101100010 1100011 1001001

Color Harmonies of #FE7885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7885

Black with #FE7885

Text Example


Text Example

White with #FE7885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7885; }

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

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

background-color css

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

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

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

border-color css

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

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

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