Html Css Color HEX #FE7390 Brink Pink

📋 copy color: '#FE7390'

red 254 ◦ green 115 ◦ blue 144

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

Shades of Brink Pink #FE7390

Tints of Brink Pink #FE7390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.42%

 BLUE value IS 144 (56.64% from 255) = 28.07%

R = 49.51%
G = 22.42%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE7390 (or 0xFE7390) is known color: Brink Pink. HEX triplet: FE, 73 and 90. RGB value is (254,115,144). Sum of RGB (Red+Green+Blue) = 254+115+144=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7390 is #018C6F. Grayscale: #9F9F9F. Windows color (decimal): -101488 or 9466878. OLE color: 9466878.

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

Color convert

RGB 254 115 144 -
CMYK 0 0.55 0.43 0.00
HSL 347.48º 0.99% 0.72% -
HSV(B) 347.48º 0.55% 1% -
XYZ 52.04 35.35 30.47 -
YUV 159.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 254 115 144 0 0.55 0.43 0.00 347.48 0.99 0.72
Hex FE 73 90 0 37 2B 0 15B 63 48
Octal 376 163 220 0 67 53 0 533 143 110
Binary 11111110 1110011 10010000 0 110111 101011 0 101011011 1100011 1001000

Color Harmonies of #FE7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7390

Black with #FE7390

Text Example


Text Example

White with #FE7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7390; }

 p { color: rgb(254,115,144); }

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

background-color css

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

 a { background-color: rgb(254,115,144); }

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

border-color css

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

 span { border-color: rgb(254,115,144); }

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