Html Css Color HEX #FE7087 Brink Pink

📋 copy color: '#FE7087'

red 254 ◦ green 112 ◦ blue 135

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

Shades of Brink Pink #FE7087

Tints of Brink Pink #FE7087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.36%

 BLUE value IS 135 (53.13% from 255) = 26.95%

R = 50.7%
G = 22.36%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE7087 (or 0xFE7087) is known color: Brink Pink. HEX triplet: FE, 70 and 87. RGB value is (254,112,135). Sum of RGB (Red+Green+Blue) = 254+112+135=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7087 is #018F78. Grayscale: #9D9D9D. Windows color (decimal): -102265 or 8876286. OLE color: 8876286.

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

Color convert

RGB 254 112 135 -
CMYK 0 0.56 0.47 0.00
HSL 350.28º 0.99% 0.72% -
HSV(B) 350.28º 0.56% 1% -
XYZ 51.04 34.41 26.87 -
YUV 157.08 115.54 197.13 -
System Red Green Blue C M Y K H S L
Decimal 254 112 135 0 0.56 0.47 0.00 350.28 0.99 0.72
Hex FE 70 87 0 38 2F 0 15E 63 48
Octal 376 160 207 0 70 57 0 536 143 110
Binary 11111110 1110000 10000111 0 111000 101111 0 101011110 1100011 1001000

Color Harmonies of #FE7087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7087

Black with #FE7087

Text Example


Text Example

White with #FE7087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7087; }

 p { color: rgb(254,112,135); }

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

background-color css

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

 a { background-color: rgb(254,112,135); }

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

border-color css

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

 span { border-color: rgb(254,112,135); }

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