Html Css Color HEX #FE7387 Brink Pink

📋 copy color: '#FE7387'

red 254 ◦ green 115 ◦ blue 135

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

Shades of Brink Pink #FE7387

Tints of Brink Pink #FE7387

RGB

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

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

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

R = 50.4%
G = 22.82%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE7387 (or 0xFE7387) is known color: Brink Pink. HEX triplet: FE, 73 and 87. RGB value is (254,115,135). Sum of RGB (Red+Green+Blue) = 254+115+135=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7387 is #018C78. Grayscale: #9E9E9E. Windows color (decimal): -101497 or 8877054. OLE color: 8877054.

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

Color convert

RGB 254 115 135 -
CMYK 0 0.55 0.47 0.00
HSL 351.37º 0.99% 0.72% -
HSV(B) 351.37º 0.55% 1% -
XYZ 51.38 35.08 26.99 -
YUV 158.84 114.55 195.87 -
System Red Green Blue C M Y K H S L
Decimal 254 115 135 0 0.55 0.47 0.00 351.37 0.99 0.72
Hex FE 73 87 0 37 2F 0 15F 63 48
Octal 376 163 207 0 67 57 0 537 143 110
Binary 11111110 1110011 10000111 0 110111 101111 0 101011111 1100011 1001000

Color Harmonies of #FE7387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7387

Black with #FE7387

Text Example


Text Example

White with #FE7387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7387; }

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

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

background-color css

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

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

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

border-color css

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

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

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