Html Css Color HEX #FE5794 Brilliant Rose

📋 copy color: '#FE5794'

red 254 ◦ green 87 ◦ blue 148

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

Shades of Brilliant Rose #FE5794

Tints of Brilliant Rose #FE5794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.79%

 BLUE value IS 148 (58.2% from 255) = 30.27%

R = 51.94%
G = 17.79%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE5794 (or 0xFE5794) is known color: Brilliant Rose. HEX triplet: FE, 57 and 94. RGB value is (254,87,148). Sum of RGB (Red+Green+Blue) = 254+87+148=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5794 is #01A86B. Grayscale: #8F8F8F. Windows color (decimal): -108652 or 9721854. OLE color: 9721854.

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

Color convert

RGB 254 87 148 -
CMYK 0 0.66 0.42 0.00
HSL 338.08º 0.99% 0.67% -
HSV(B) 338.08º 0.66% 1% -
XYZ 49.63 30.03 31.2 -
YUV 143.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 254 87 148 0 0.66 0.42 0.00 338.08 0.99 0.67
Hex FE 57 94 0 42 2A 0 152 63 43
Octal 376 127 224 0 102 52 0 522 143 103
Binary 11111110 1010111 10010100 0 1000010 101010 0 101010010 1100011 1000011

Color Harmonies of #FE5794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5794

Black with #FE5794

Text Example


Text Example

White with #FE5794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5794; }

 p { color: rgb(254,87,148); }

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

background-color css

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

 a { background-color: rgb(254,87,148); }

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

border-color css

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

 span { border-color: rgb(254,87,148); }

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