Html Css Color HEX #FE727A Brink Pink

📋 copy color: '#FE727A'

red 254 ◦ green 114 ◦ blue 122

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

Shades of Brink Pink #FE727A

Tints of Brink Pink #FE727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.9%

R = 51.84%
G = 23.27%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE727A (or 0xFE727A) is known color: Brink Pink. HEX triplet: FE, 72 and 7A. RGB value is (254,114,122). Sum of RGB (Red+Green+Blue) = 254+114+122=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE727A is #018D85. Grayscale: #9C9C9C. Windows color (decimal): -101766 or 8024830. OLE color: 8024830.

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

Color convert

RGB 254 114 122 -
CMYK 0 0.55 0.52 0.00
HSL 356.57º 0.99% 0.72% -
HSV(B) 356.57º 0.55% 1% -
XYZ 50.4 34.51 22.42 -
YUV 156.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 254 114 122 0 0.55 0.52 0.00 356.57 0.99 0.72
Hex FE 72 7A 0 37 34 0 165 63 48
Octal 376 162 172 0 67 64 0 545 143 110
Binary 11111110 1110010 1111010 0 110111 110100 0 101100101 1100011 1001000

Color Harmonies of #FE727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE727A

Black with #FE727A

Text Example


Text Example

White with #FE727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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