Html Css Color HEX #FE757C Brink Pink

📋 copy color: '#FE757C'

red 254 ◦ green 117 ◦ blue 124

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

Shades of Brink Pink #FE757C

Tints of Brink Pink #FE757C

RGB

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

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

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

R = 51.31%
G = 23.64%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE757C (or 0xFE757C) is known color: Brink Pink. HEX triplet: FE, 75 and 7C. RGB value is (254,117,124). Sum of RGB (Red+Green+Blue) = 254+117+124=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE757C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE757C is #018A83. Grayscale: #9E9E9E. Windows color (decimal): -100996 or 8156670. OLE color: 8156670.

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

Color convert

RGB 254 117 124 -
CMYK 0 0.54 0.51 0.00
HSL 356.93º 0.99% 0.73% -
HSV(B) 356.93º 0.54% 1% -
XYZ 50.87 35.25 23.19 -
YUV 158.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 254 117 124 0 0.54 0.51 0.00 356.93 0.99 0.73
Hex FE 75 7C 0 36 33 0 165 63 49
Octal 376 165 174 0 66 63 0 545 143 111
Binary 11111110 1110101 1111100 0 110110 110011 0 101100101 1100011 1001001

Color Harmonies of #FE757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE757C

Black with #FE757C

Text Example


Text Example

White with #FE757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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