Html Css Color HEX #FE5D95 Brilliant Rose

📋 copy color: '#FE5D95'

red 254 ◦ green 93 ◦ blue 149

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

Shades of Brilliant Rose #FE5D95

Tints of Brilliant Rose #FE5D95

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.75%

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 51.21%
G = 18.75%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE5D95 (or 0xFE5D95) is known color: Brilliant Rose. HEX triplet: FE, 5D and 95. RGB value is (254,93,149). Sum of RGB (Red+Green+Blue) = 254+93+149=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5D95 is #01A26A. Grayscale: #939393. Windows color (decimal): -107115 or 9788926. OLE color: 9788926.

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

Color convert

RGB 254 93 149 -
CMYK 0 0.63 0.41 0.00
HSL 339.13º 0.99% 0.68% -
HSV(B) 339.13º 0.63% 1% -
XYZ 50.21 31.07 31.78 -
YUV 147.52 128.84 203.95 -
System Red Green Blue C M Y K H S L
Decimal 254 93 149 0 0.63 0.41 0.00 339.13 0.99 0.68
Hex FE 5D 95 0 3F 29 0 153 63 44
Octal 376 135 225 0 77 51 0 523 143 104
Binary 11111110 1011101 10010101 0 111111 101001 0 101010011 1100011 1000100

Color Harmonies of #FE5D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D95

Black with #FE5D95

Text Example


Text Example

White with #FE5D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D95; }

 p { color: rgb(254,93,149); }

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

background-color css

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

 a { background-color: rgb(254,93,149); }

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

border-color css

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

 span { border-color: rgb(254,93,149); }

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