Html Css Color HEX #FE5C97 Brilliant Rose

📋 copy color: '#FE5C97'

red 254 ◦ green 92 ◦ blue 151

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

Shades of Brilliant Rose #FE5C97

Tints of Brilliant Rose #FE5C97

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.51%

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

R = 51.11%
G = 18.51%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE5C97 (or 0xFE5C97) is known color: Brilliant Rose. HEX triplet: FE, 5C and 97. RGB value is (254,92,151). Sum of RGB (Red+Green+Blue) = 254+92+151=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5C97 is #01A368. Grayscale: #939393. Windows color (decimal): -107369 or 9919742. OLE color: 9919742.

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

Color convert

RGB 254 92 151 -
CMYK 0 0.64 0.41 0.00
HSL 338.15º 0.99% 0.68% -
HSV(B) 338.15º 0.64% 1% -
XYZ 50.29 30.96 32.6 -
YUV 147.16 130.17 204.2 -
System Red Green Blue C M Y K H S L
Decimal 254 92 151 0 0.64 0.41 0.00 338.15 0.99 0.68
Hex FE 5C 97 0 40 29 0 152 63 44
Octal 376 134 227 0 100 51 0 522 143 104
Binary 11111110 1011100 10010111 0 1000000 101001 0 101010010 1100011 1000100

Color Harmonies of #FE5C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5C97

Black with #FE5C97

Text Example


Text Example

White with #FE5C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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