Html Css Color HEX #FE5D97 Brilliant Rose

📋 copy color: '#FE5D97'

red 254 ◦ green 93 ◦ blue 151

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

Shades of Brilliant Rose #FE5D97

Tints of Brilliant Rose #FE5D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.32%

R = 51%
G = 18.67%
B = 30.32%

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

#FE5D97 (or 0xFE5D97) is known color: Brilliant Rose. HEX triplet: FE, 5D and 97. RGB value is (254,93,151). Sum of RGB (Red+Green+Blue) = 254+93+151=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5D97 is #01A268. Grayscale: #939393. Windows color (decimal): -107113 or 9919998. OLE color: 9919998.

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

Color convert

RGB 254 93 151 -
CMYK 0 0.63 0.41 0.00
HSL 338.39º 0.99% 0.68% -
HSV(B) 338.39º 0.63% 1% -
XYZ 50.37 31.13 32.63 -
YUV 147.75 129.84 203.78 -
System Red Green Blue C M Y K H S L
Decimal 254 93 151 0 0.63 0.41 0.00 338.39 0.99 0.68
Hex FE 5D 97 0 3F 29 0 152 63 44
Octal 376 135 227 0 77 51 0 522 143 104
Binary 11111110 1011101 10010111 0 111111 101001 0 101010010 1100011 1000100

Color Harmonies of #FE5D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D97

Black with #FE5D97

Text Example


Text Example

White with #FE5D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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