Html Css Color HEX #FE757E Brink Pink

📋 copy color: '#FE757E'

red 254 ◦ green 117 ◦ blue 126

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

Shades of Brink Pink #FE757E

Tints of Brink Pink #FE757E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.54%

 BLUE value IS 126 (49.61% from 255) = 25.35%

R = 51.11%
G = 23.54%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE757E (or 0xFE757E) is known color: Brink Pink. HEX triplet: FE, 75 and 7E. RGB value is (254,117,126). Sum of RGB (Red+Green+Blue) = 254+117+126=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE757E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE757E is #018A81. Grayscale: #9F9F9F. Windows color (decimal): -100994 or 8287742. OLE color: 8287742.

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

Color convert

RGB 254 117 126 -
CMYK 0 0.54 0.50 0.00
HSL 356.06º 0.99% 0.73% -
HSV(B) 356.06º 0.54% 1% -
XYZ 51 35.3 23.86 -
YUV 158.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 254 117 126 0 0.54 0.50 0.00 356.06 0.99 0.73
Hex FE 75 7E 0 36 32 0 164 63 49
Octal 376 165 176 0 66 62 0 544 143 111
Binary 11111110 1110101 1111110 0 110110 110010 0 101100100 1100011 1001001

Color Harmonies of #FE757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE757E

Black with #FE757E

Text Example


Text Example

White with #FE757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE757E; }

 p { color: rgb(254,117,126); }

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

background-color css

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

 a { background-color: rgb(254,117,126); }

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

border-color css

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

 span { border-color: rgb(254,117,126); }

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