Html Css Color HEX #FE5994 Brilliant Rose

📋 copy color: '#FE5994'

red 254 ◦ green 89 ◦ blue 148

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

Shades of Brilliant Rose #FE5994

Tints of Brilliant Rose #FE5994

RGB

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

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

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

R = 51.73%
G = 18.13%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE5994 (or 0xFE5994) is known color: Brilliant Rose. HEX triplet: FE, 59 and 94. RGB value is (254,89,148). Sum of RGB (Red+Green+Blue) = 254+89+148=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5994 is #01A66B. Grayscale: #909090. Windows color (decimal): -108140 or 9722366. OLE color: 9722366.

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

Color convert

RGB 254 89 148 -
CMYK 0 0.65 0.42 0.00
HSL 338.55º 0.99% 0.67% -
HSV(B) 338.55º 0.65% 1% -
XYZ 49.79 30.35 31.25 -
YUV 145.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 254 89 148 0 0.65 0.42 0.00 338.55 0.99 0.67
Hex FE 59 94 0 41 2A 0 153 63 43
Octal 376 131 224 0 101 52 0 523 143 103
Binary 11111110 1011001 10010100 0 1000001 101010 0 101010011 1100011 1000011

Color Harmonies of #FE5994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5994

Black with #FE5994

Text Example


Text Example

White with #FE5994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5994; }

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

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

background-color css

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

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

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

border-color css

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

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

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