Html Css Color HEX #FE5B8F Brink Pink

📋 copy color: '#FE5B8F'

red 254 ◦ green 91 ◦ blue 143

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

Shades of Brink Pink #FE5B8F

Tints of Brink Pink #FE5B8F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.65%

 BLUE value IS 143 (56.25% from 255) = 29.3%

R = 52.05%
G = 18.65%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE5B8F (or 0xFE5B8F) is known color: Brink Pink. HEX triplet: FE, 5B and 8F. RGB value is (254,91,143). Sum of RGB (Red+Green+Blue) = 254+91+143=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5B8F is #01A470. Grayscale: #919191. Windows color (decimal): -107633 or 9395198. OLE color: 9395198.

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

Color convert

RGB 254 91 143 -
CMYK 0 0.64 0.44 0.00
HSL 340.86º 0.99% 0.68% -
HSV(B) 340.86º 0.64% 1% -
XYZ 49.57 30.54 29.27 -
YUV 145.67 126.5 205.27 -
System Red Green Blue C M Y K H S L
Decimal 254 91 143 0 0.64 0.44 0.00 340.86 0.99 0.68
Hex FE 5B 8F 0 40 2C 0 155 63 44
Octal 376 133 217 0 100 54 0 525 143 104
Binary 11111110 1011011 10001111 0 1000000 101100 0 101010101 1100011 1000100

Color Harmonies of #FE5B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B8F

Black with #FE5B8F

Text Example


Text Example

White with #FE5B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B8F; }

 p { color: rgb(254,91,143); }

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

background-color css

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

 a { background-color: rgb(254,91,143); }

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

border-color css

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

 span { border-color: rgb(254,91,143); }

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