Html Css Color HEX #FE5C7E Brink Pink

📋 copy color: '#FE5C7E'

red 254 ◦ green 92 ◦ blue 126

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

Shades of Brink Pink #FE5C7E

Tints of Brink Pink #FE5C7E

RGB

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

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

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

R = 53.81%
G = 19.49%
B = 26.69%

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

#FE5C7E (or 0xFE5C7E) is known color: Brink Pink. HEX triplet: FE, 5C and 7E. RGB value is (254,92,126). Sum of RGB (Red+Green+Blue) = 254+92+126=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5C7E is #01A381. Grayscale: #909090. Windows color (decimal): -107394 or 8281342. OLE color: 8281342.

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

Color convert

RGB 254 92 126 -
CMYK 0 0.64 0.50 0.00
HSL 347.41º 0.99% 0.68% -
HSV(B) 347.41º 0.64% 1% -
XYZ 48.47 30.23 23.02 -
YUV 144.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 254 92 126 0 0.64 0.50 0.00 347.41 0.99 0.68
Hex FE 5C 7E 0 40 32 0 15B 63 44
Octal 376 134 176 0 100 62 0 533 143 104
Binary 11111110 1011100 1111110 0 1000000 110010 0 101011011 1100011 1000100

Color Harmonies of #FE5C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5C7E

Black with #FE5C7E

Text Example


Text Example

White with #FE5C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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