Html Css Color HEX #FE7092 Brink Pink

📋 copy color: '#FE7092'

red 254 ◦ green 112 ◦ blue 146

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

Shades of Brink Pink #FE7092

Tints of Brink Pink #FE7092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 49.61%
G = 21.88%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE7092 (or 0xFE7092) is known color: Brink Pink. HEX triplet: FE, 70 and 92. RGB value is (254,112,146). Sum of RGB (Red+Green+Blue) = 254+112+146=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7092 is #018F6D. Grayscale: #9E9E9E. Windows color (decimal): -102254 or 9597182. OLE color: 9597182.

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

Color convert

RGB 254 112 146 -
CMYK 0 0.56 0.43 0.00
HSL 345.63º 0.99% 0.72% -
HSV(B) 345.63º 0.56% 1% -
XYZ 51.86 34.73 31.17 -
YUV 158.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 254 112 146 0 0.56 0.43 0.00 345.63 0.99 0.72
Hex FE 70 92 0 38 2B 0 15A 63 48
Octal 376 160 222 0 70 53 0 532 143 110
Binary 11111110 1110000 10010010 0 111000 101011 0 101011010 1100011 1001000

Color Harmonies of #FE7092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7092

Black with #FE7092

Text Example


Text Example

White with #FE7092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7092; }

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

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

background-color css

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

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

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

border-color css

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

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

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