Html Css Color HEX #FE7085 Brink Pink

📋 copy color: '#FE7085'

red 254 ◦ green 112 ◦ blue 133

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

Shades of Brink Pink #FE7085

Tints of Brink Pink #FE7085

RGB

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

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

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

R = 50.9%
G = 22.44%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE7085 (or 0xFE7085) is known color: Brink Pink. HEX triplet: FE, 70 and 85. RGB value is (254,112,133). Sum of RGB (Red+Green+Blue) = 254+112+133=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7085 is #018F7A. Grayscale: #9C9C9C. Windows color (decimal): -102267 or 8745214. OLE color: 8745214.

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

Color convert

RGB 254 112 133 -
CMYK 0 0.56 0.48 0.00
HSL 351.13º 0.99% 0.72% -
HSV(B) 351.13º 0.56% 1% -
XYZ 50.9 34.35 26.14 -
YUV 156.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 254 112 133 0 0.56 0.48 0.00 351.13 0.99 0.72
Hex FE 70 85 0 38 30 0 15F 63 48
Octal 376 160 205 0 70 60 0 537 143 110
Binary 11111110 1110000 10000101 0 111000 110000 0 101011111 1100011 1001000

Color Harmonies of #FE7085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7085

Black with #FE7085

Text Example


Text Example

White with #FE7085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7085; }

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

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

background-color css

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

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

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

border-color css

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

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

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