Html Css Color HEX #FE758D Brink Pink

📋 copy color: '#FE758D'

red 254 ◦ green 117 ◦ blue 141

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

Shades of Brink Pink #FE758D

Tints of Brink Pink #FE758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.54%

R = 49.61%
G = 22.85%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE758D (or 0xFE758D) is known color: Brink Pink. HEX triplet: FE, 75 and 8D. RGB value is (254,117,141). Sum of RGB (Red+Green+Blue) = 254+117+141=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE758D is #018A72. Grayscale: #A0A0A0. Windows color (decimal): -100979 or 9270782. OLE color: 9270782.

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

Color convert

RGB 254 117 141 -
CMYK 0 0.54 0.44 0.00
HSL 349.49º 0.99% 0.73% -
HSV(B) 349.49º 0.54% 1% -
XYZ 52.04 35.72 29.35 -
YUV 160.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 254 117 141 0 0.54 0.44 0.00 349.49 0.99 0.73
Hex FE 75 8D 0 36 2C 0 15D 63 49
Octal 376 165 215 0 66 54 0 535 143 111
Binary 11111110 1110101 10001101 0 110110 101100 0 101011101 1100011 1001001

Color Harmonies of #FE758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE758D

Black with #FE758D

Text Example


Text Example

White with #FE758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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