Html Css Color HEX #FE5894 Brilliant Rose

📋 copy color: '#FE5894'

red 254 ◦ green 88 ◦ blue 148

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

Shades of Brilliant Rose #FE5894

Tints of Brilliant Rose #FE5894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.96%

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

R = 51.84%
G = 17.96%
B = 30.2%

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

#FE5894 (or 0xFE5894) is known color: Brilliant Rose. HEX triplet: FE, 58 and 94. RGB value is (254,88,148). Sum of RGB (Red+Green+Blue) = 254+88+148=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5894 is #01A76B. Grayscale: #909090. Windows color (decimal): -108396 or 9722110. OLE color: 9722110.

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

Color convert

RGB 254 88 148 -
CMYK 0 0.65 0.42 0.00
HSL 338.31º 0.99% 0.67% -
HSV(B) 338.31º 0.65% 1% -
XYZ 49.71 30.19 31.22 -
YUV 144.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 254 88 148 0 0.65 0.42 0.00 338.31 0.99 0.67
Hex FE 58 94 0 41 2A 0 152 63 43
Octal 376 130 224 0 101 52 0 522 143 103
Binary 11111110 1011000 10010100 0 1000001 101010 0 101010010 1100011 1000011

Color Harmonies of #FE5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5894

Black with #FE5894

Text Example


Text Example

White with #FE5894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5894; }

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

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

background-color css

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

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

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

border-color css

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

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

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