Html Css Color HEX #FE727C Brink Pink

📋 copy color: '#FE727C'

red 254 ◦ green 114 ◦ blue 124

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

Shades of Brink Pink #FE727C

Tints of Brink Pink #FE727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.17%

 BLUE value IS 124 (48.83% from 255) = 25.2%

R = 51.63%
G = 23.17%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE727C (or 0xFE727C) is known color: Brink Pink. HEX triplet: FE, 72 and 7C. RGB value is (254,114,124). Sum of RGB (Red+Green+Blue) = 254+114+124=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE727C is #018D83. Grayscale: #9D9D9D. Windows color (decimal): -101764 or 8155902. OLE color: 8155902.

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

Color convert

RGB 254 114 124 -
CMYK 0 0.55 0.51 0.00
HSL 355.71º 0.99% 0.72% -
HSV(B) 355.71º 0.55% 1% -
XYZ 50.53 34.56 23.08 -
YUV 157 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 254 114 124 0 0.55 0.51 0.00 355.71 0.99 0.72
Hex FE 72 7C 0 37 33 0 164 63 48
Octal 376 162 174 0 67 63 0 544 143 110
Binary 11111110 1110010 1111100 0 110111 110011 0 101100100 1100011 1001000

Color Harmonies of #FE727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE727C

Black with #FE727C

Text Example


Text Example

White with #FE727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE727C; }

 p { color: rgb(254,114,124); }

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

background-color css

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

 a { background-color: rgb(254,114,124); }

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

border-color css

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

 span { border-color: rgb(254,114,124); }

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