Html Css Color HEX #FE758A Brink Pink

📋 copy color: '#FE758A'

red 254 ◦ green 117 ◦ blue 138

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

Shades of Brink Pink #FE758A

Tints of Brink Pink #FE758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.11%

R = 49.9%
G = 22.99%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE758A (or 0xFE758A) is known color: Brink Pink. HEX triplet: FE, 75 and 8A. RGB value is (254,117,138). Sum of RGB (Red+Green+Blue) = 254+117+138=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE758A is #018A75. Grayscale: #A0A0A0. Windows color (decimal): -100982 or 9074174. OLE color: 9074174.

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

Color convert

RGB 254 117 138 -
CMYK 0 0.54 0.46 0.00
HSL 350.8º 0.99% 0.73% -
HSV(B) 350.8º 0.54% 1% -
XYZ 51.82 35.63 28.19 -
YUV 160.36 115.39 194.79 -
System Red Green Blue C M Y K H S L
Decimal 254 117 138 0 0.54 0.46 0.00 350.8 0.99 0.73
Hex FE 75 8A 0 36 2E 0 15F 63 49
Octal 376 165 212 0 66 56 0 537 143 111
Binary 11111110 1110101 10001010 0 110110 101110 0 101011111 1100011 1001001

Color Harmonies of #FE758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE758A

Black with #FE758A

Text Example


Text Example

White with #FE758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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