Html Css Color HEX #FE5A8C Brink Pink

📋 copy color: '#FE5A8C'

red 254 ◦ green 90 ◦ blue 140

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

Shades of Brink Pink #FE5A8C

Tints of Brink Pink #FE5A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.6%

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

R = 52.48%
G = 18.6%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE5A8C (or 0xFE5A8C) is known color: Brink Pink. HEX triplet: FE, 5A and 8C. RGB value is (254,90,140). Sum of RGB (Red+Green+Blue) = 254+90+140=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5A8C is #01A573. Grayscale: #909090. Windows color (decimal): -107892 or 9198334. OLE color: 9198334.

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

Color convert

RGB 254 90 140 -
CMYK 0 0.65 0.45 0.00
HSL 341.71º 0.99% 0.67% -
HSV(B) 341.71º 0.65% 1% -
XYZ 49.26 30.28 28.06 -
YUV 144.74 125.33 205.93 -
System Red Green Blue C M Y K H S L
Decimal 254 90 140 0 0.65 0.45 0.00 341.71 0.99 0.67
Hex FE 5A 8C 0 41 2D 0 156 63 43
Octal 376 132 214 0 101 55 0 526 143 103
Binary 11111110 1011010 10001100 0 1000001 101101 0 101010110 1100011 1000011

Color Harmonies of #FE5A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A8C

Black with #FE5A8C

Text Example


Text Example

White with #FE5A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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