Html Css Color HEX #FE5594 Brilliant Rose

📋 copy color: '#FE5594'

red 254 ◦ green 85 ◦ blue 148

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

Shades of Brilliant Rose #FE5594

Tints of Brilliant Rose #FE5594

RGB

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

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

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

R = 52.16%
G = 17.45%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE5594 (or 0xFE5594) is known color: Brilliant Rose. HEX triplet: FE, 55 and 94. RGB value is (254,85,148). Sum of RGB (Red+Green+Blue) = 254+85+148=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5594 is #01AA6B. Grayscale: #8E8E8E. Windows color (decimal): -109164 or 9721342. OLE color: 9721342.

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

Color convert

RGB 254 85 148 -
CMYK 0 0.67 0.42 0.00
HSL 337.63º 0.99% 0.66% -
HSV(B) 337.63º 0.67% 1% -
XYZ 49.47 29.71 31.14 -
YUV 142.71 130.99 207.38 -
System Red Green Blue C M Y K H S L
Decimal 254 85 148 0 0.67 0.42 0.00 337.63 0.99 0.66
Hex FE 55 94 0 43 2A 0 152 63 42
Octal 376 125 224 0 103 52 0 522 143 102
Binary 11111110 1010101 10010100 0 1000011 101010 0 101010010 1100011 1000010

Color Harmonies of #FE5594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5594

Black with #FE5594

Text Example


Text Example

White with #FE5594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5594; }

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

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

background-color css

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

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

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

border-color css

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

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

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