Html Css Color HEX #FE559E Brilliant Rose

📋 copy color: '#FE559E'

red 254 ◦ green 85 ◦ blue 158

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

Shades of Brilliant Rose #FE559E

Tints of Brilliant Rose #FE559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.1%

 BLUE value IS 158 (62.11% from 255) = 31.79%

R = 51.11%
G = 17.1%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE559E (or 0xFE559E) is known color: Brilliant Rose. HEX triplet: FE, 55 and 9E. RGB value is (254,85,158). Sum of RGB (Red+Green+Blue) = 254+85+158=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE559E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE559E is #01AA61. Grayscale: #8F8F8F. Windows color (decimal): -109154 or 10376702. OLE color: 10376702.

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

Color convert

RGB 254 85 158 -
CMYK 0 0.67 0.38 0.00
HSL 334.08º 0.99% 0.66% -
HSV(B) 334.08º 0.67% 1% -
XYZ 50.29 30.04 35.49 -
YUV 143.85 135.99 206.56 -
System Red Green Blue C M Y K H S L
Decimal 254 85 158 0 0.67 0.38 0.00 334.08 0.99 0.66
Hex FE 55 9E 0 43 26 0 14E 63 42
Octal 376 125 236 0 103 46 0 516 143 102
Binary 11111110 1010101 10011110 0 1000011 100110 0 101001110 1100011 1000010

Color Harmonies of #FE559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE559E

Black with #FE559E

Text Example


Text Example

White with #FE559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE559E; }

 p { color: rgb(254,85,158); }

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

background-color css

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

 a { background-color: rgb(254,85,158); }

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

border-color css

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

 span { border-color: rgb(254,85,158); }

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