Html Css Color HEX #FE59A0 Brilliant Rose

📋 copy color: '#FE59A0'

red 254 ◦ green 89 ◦ blue 160

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

Shades of Brilliant Rose #FE59A0

Tints of Brilliant Rose #FE59A0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.69%

 BLUE value IS 160 (62.89% from 255) = 31.81%

R = 50.5%
G = 17.69%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE59A0 (or 0xFE59A0) is known color: Brilliant Rose. HEX triplet: FE, 59 and A0. RGB value is (254,89,160). Sum of RGB (Red+Green+Blue) = 254+89+160=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE59A0 is #01A65F. Grayscale: #929292. Windows color (decimal): -108128 or 10508798. OLE color: 10508798.

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

Color convert

RGB 254 89 160 -
CMYK 0 0.65 0.37 0.00
HSL 334.18º 0.99% 0.67% -
HSV(B) 334.18º 0.65% 1% -
XYZ 50.79 30.75 36.52 -
YUV 146.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 254 89 160 0 0.65 0.37 0.00 334.18 0.99 0.67
Hex FE 59 A0 0 41 25 0 14E 63 43
Octal 376 131 240 0 101 45 0 516 143 103
Binary 11111110 1011001 10100000 0 1000001 100101 0 101001110 1100011 1000011

Color Harmonies of #FE59A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE59A0

Black with #FE59A0

Text Example


Text Example

White with #FE59A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE59A0; }

 p { color: rgb(254,89,160); }

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

background-color css

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

 a { background-color: rgb(254,89,160); }

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

border-color css

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

 span { border-color: rgb(254,89,160); }

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