Html Css Color HEX #FE758C Brink Pink

📋 copy color: '#FE758C'

red 254 ◦ green 117 ◦ blue 140

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

Shades of Brink Pink #FE758C

Tints of Brink Pink #FE758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 49.71%
G = 22.9%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE758C (or 0xFE758C) is known color: Brink Pink. HEX triplet: FE, 75 and 8C. RGB value is (254,117,140). Sum of RGB (Red+Green+Blue) = 254+117+140=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE758C is #018A73. Grayscale: #A0A0A0. Windows color (decimal): -100980 or 9205246. OLE color: 9205246.

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

Color convert

RGB 254 117 140 -
CMYK 0 0.54 0.45 0.00
HSL 349.93º 0.99% 0.73% -
HSV(B) 349.93º 0.54% 1% -
XYZ 51.97 35.69 28.96 -
YUV 160.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 254 117 140 0 0.54 0.45 0.00 349.93 0.99 0.73
Hex FE 75 8C 0 36 2D 0 15E 63 49
Octal 376 165 214 0 66 55 0 536 143 111
Binary 11111110 1110101 10001100 0 110110 101101 0 101011110 1100011 1001001

Color Harmonies of #FE758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE758C

Black with #FE758C

Text Example


Text Example

White with #FE758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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