Html Css Color HEX #FE5B9F Brilliant Rose

📋 copy color: '#FE5B9F'

red 254 ◦ green 91 ◦ blue 159

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

Shades of Brilliant Rose #FE5B9F

Tints of Brilliant Rose #FE5B9F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.06%

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 50.4%
G = 18.06%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE5B9F (or 0xFE5B9F) is known color: Brilliant Rose. HEX triplet: FE, 5B and 9F. RGB value is (254,91,159). Sum of RGB (Red+Green+Blue) = 254+91+159=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5B9F is #01A460. Grayscale: #939393. Windows color (decimal): -107617 or 10443774. OLE color: 10443774.

HSL color Cylindrical-coordinate representation of color #FE5B9F: hue angle of 334.97º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5B9F is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 91 159 -
CMYK 0 0.64 0.37 0.00
HSL 334.97º 0.99% 0.68% -
HSV(B) 334.97º 0.64% 1% -
XYZ 50.87 31.06 36.11 -
YUV 147.49 134.5 203.97 -
System Red Green Blue C M Y K H S L
Decimal 254 91 159 0 0.64 0.37 0.00 334.97 0.99 0.68
Hex FE 5B 9F 0 40 25 0 14F 63 44
Octal 376 133 237 0 100 45 0 517 143 104
Binary 11111110 1011011 10011111 0 1000000 100101 0 101001111 1100011 1000100

Color Harmonies of #FE5B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B9F

Black with #FE5B9F

Text Example


Text Example

White with #FE5B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B9F; }

 p { color: rgb(254,91,159); }

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

background-color css

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

 a { background-color: rgb(254,91,159); }

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

border-color css

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

 span { border-color: rgb(254,91,159); }

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