Html Css Color HEX #FE539D Brilliant Rose

📋 copy color: '#FE539D'

red 254 ◦ green 83 ◦ blue 157

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

Shades of Brilliant Rose #FE539D

Tints of Brilliant Rose #FE539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.8%

 BLUE value IS 157 (61.72% from 255) = 31.78%

R = 51.42%
G = 16.8%
B = 31.78%

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

#FE539D (or 0xFE539D) is known color: Brilliant Rose. HEX triplet: FE, 53 and 9D. RGB value is (254,83,157). Sum of RGB (Red+Green+Blue) = 254+83+157=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE539D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE539D is #01AC62. Grayscale: #8E8E8E. Windows color (decimal): -109667 or 10310654. OLE color: 10310654.

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

Color convert

RGB 254 83 157 -
CMYK 0 0.67 0.38 0.00
HSL 334.04º 0.99% 0.66% -
HSV(B) 334.04º 0.67% 1% -
XYZ 50.05 29.69 34.99 -
YUV 142.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 254 83 157 0 0.67 0.38 0.00 334.04 0.99 0.66
Hex FE 53 9D 0 43 26 0 14E 63 42
Octal 376 123 235 0 103 46 0 516 143 102
Binary 11111110 1010011 10011101 0 1000011 100110 0 101001110 1100011 1000010

Color Harmonies of #FE539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE539D

Black with #FE539D

Text Example


Text Example

White with #FE539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE539D; }

 p { color: rgb(254,83,157); }

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

background-color css

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

 a { background-color: rgb(254,83,157); }

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

border-color css

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

 span { border-color: rgb(254,83,157); }

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