Html Css Color HEX #FE7088 Brink Pink

📋 copy color: '#FE7088'

red 254 ◦ green 112 ◦ blue 136

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

Shades of Brink Pink #FE7088

Tints of Brink Pink #FE7088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.09%

R = 50.6%
G = 22.31%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE7088 (or 0xFE7088) is known color: Brink Pink. HEX triplet: FE, 70 and 88. RGB value is (254,112,136). Sum of RGB (Red+Green+Blue) = 254+112+136=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7088 is #018F77. Grayscale: #9D9D9D. Windows color (decimal): -102264 or 8941822. OLE color: 8941822.

HSL color Cylindrical-coordinate representation of color #FE7088: hue angle of 349.86º 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 #FE7088 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 112 136 -
CMYK 0 0.56 0.46 0.00
HSL 349.86º 0.99% 0.72% -
HSV(B) 349.86º 0.56% 1% -
XYZ 51.11 34.44 27.25 -
YUV 157.19 116.04 197.05 -
System Red Green Blue C M Y K H S L
Decimal 254 112 136 0 0.56 0.46 0.00 349.86 0.99 0.72
Hex FE 70 88 0 38 2E 0 15E 63 48
Octal 376 160 210 0 70 56 0 536 143 110
Binary 11111110 1110000 10001000 0 111000 101110 0 101011110 1100011 1001000

Color Harmonies of #FE7088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7088

Black with #FE7088

Text Example


Text Example

White with #FE7088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7088; }

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

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

background-color css

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

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

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

border-color css

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

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

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