Html Css Color HEX #FE539B Brilliant Rose

📋 copy color: '#FE539B'

red 254 ◦ green 83 ◦ blue 155

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

Shades of Brilliant Rose #FE539B

Tints of Brilliant Rose #FE539B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 51.63%
G = 16.87%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE539B (or 0xFE539B) is known color: Brilliant Rose. HEX triplet: FE, 53 and 9B. RGB value is (254,83,155). Sum of RGB (Red+Green+Blue) = 254+83+155=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE539B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE539B is #01AC64. Grayscale: #8E8E8E. Windows color (decimal): -109669 or 10179582. OLE color: 10179582.

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

Color convert

RGB 254 83 155 -
CMYK 0 0.67 0.39 0.00
HSL 334.74º 0.99% 0.66% -
HSV(B) 334.74º 0.67% 1% -
XYZ 49.88 29.62 34.1 -
YUV 142.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 254 83 155 0 0.67 0.39 0.00 334.74 0.99 0.66
Hex FE 53 9B 0 43 27 0 14F 63 42
Octal 376 123 233 0 103 47 0 517 143 102
Binary 11111110 1010011 10011011 0 1000011 100111 0 101001111 1100011 1000010

Color Harmonies of #FE539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE539B

Black with #FE539B

Text Example


Text Example

White with #FE539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE539B; }

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

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

background-color css

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

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

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

border-color css

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

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

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