Html Css Color HEX #FE5C8A Brink Pink

📋 copy color: '#FE5C8A'

red 254 ◦ green 92 ◦ blue 138

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

Shades of Brink Pink #FE5C8A

Tints of Brink Pink #FE5C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.01%

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

R = 52.48%
G = 19.01%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE5C8A (or 0xFE5C8A) is known color: Brink Pink. HEX triplet: FE, 5C and 8A. RGB value is (254,92,138). Sum of RGB (Red+Green+Blue) = 254+92+138=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5C8A is #01A375. Grayscale: #919191. Windows color (decimal): -107382 or 9067774. OLE color: 9067774.

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

Color convert

RGB 254 92 138 -
CMYK 0 0.64 0.46 0.00
HSL 342.96º 0.99% 0.68% -
HSV(B) 342.96º 0.64% 1% -
XYZ 49.29 30.56 27.35 -
YUV 145.68 123.67 205.26 -
System Red Green Blue C M Y K H S L
Decimal 254 92 138 0 0.64 0.46 0.00 342.96 0.99 0.68
Hex FE 5C 8A 0 40 2E 0 157 63 44
Octal 376 134 212 0 100 56 0 527 143 104
Binary 11111110 1011100 10001010 0 1000000 101110 0 101010111 1100011 1000100

Color Harmonies of #FE5C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5C8A

Black with #FE5C8A

Text Example


Text Example

White with #FE5C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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