Html Css Color HEX #FE5B7E Brink Pink

📋 copy color: '#FE5B7E'

red 254 ◦ green 91 ◦ blue 126

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

Shades of Brink Pink #FE5B7E

Tints of Brink Pink #FE5B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.75%

R = 53.93%
G = 19.32%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE5B7E (or 0xFE5B7E) is known color: Brink Pink. HEX triplet: FE, 5B and 7E. RGB value is (254,91,126). Sum of RGB (Red+Green+Blue) = 254+91+126=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5B7E is #01A481. Grayscale: #8F8F8F. Windows color (decimal): -107650 or 8281086. OLE color: 8281086.

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

Color convert

RGB 254 91 126 -
CMYK 0 0.64 0.50 0.00
HSL 347.12º 0.99% 0.68% -
HSV(B) 347.12º 0.64% 1% -
XYZ 48.38 30.06 22.99 -
YUV 143.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 254 91 126 0 0.64 0.50 0.00 347.12 0.99 0.68
Hex FE 5B 7E 0 40 32 0 15B 63 44
Octal 376 133 176 0 100 62 0 533 143 104
Binary 11111110 1011011 1111110 0 1000000 110010 0 101011011 1100011 1000100

Color Harmonies of #FE5B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B7E

Black with #FE5B7E

Text Example


Text Example

White with #FE5B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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