Html Css Color HEX #FE7288 Brink Pink

📋 copy color: '#FE7288'

red 254 ◦ green 114 ◦ blue 136

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

Shades of Brink Pink #FE7288

Tints of Brink Pink #FE7288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.98%

R = 50.4%
G = 22.62%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE7288 (or 0xFE7288) is known color: Brink Pink. HEX triplet: FE, 72 and 88. RGB value is (254,114,136). Sum of RGB (Red+Green+Blue) = 254+114+136=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7288 is #018D77. Grayscale: #9E9E9E. Windows color (decimal): -101752 or 8942334. OLE color: 8942334.

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

Color convert

RGB 254 114 136 -
CMYK 0 0.55 0.46 0.00
HSL 350.57º 0.99% 0.72% -
HSV(B) 350.57º 0.55% 1% -
XYZ 51.33 34.88 27.32 -
YUV 158.37 115.38 196.21 -
System Red Green Blue C M Y K H S L
Decimal 254 114 136 0 0.55 0.46 0.00 350.57 0.99 0.72
Hex FE 72 88 0 37 2E 0 15F 63 48
Octal 376 162 210 0 67 56 0 537 143 110
Binary 11111110 1110010 10001000 0 110111 101110 0 101011111 1100011 1001000

Color Harmonies of #FE7288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7288

Black with #FE7288

Text Example


Text Example

White with #FE7288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7288; }

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

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

background-color css

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

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

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

border-color css

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

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

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