Html Css Color HEX #FE5D98 Brilliant Rose

📋 copy color: '#FE5D98'

red 254 ◦ green 93 ◦ blue 152

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

Shades of Brilliant Rose #FE5D98

Tints of Brilliant Rose #FE5D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.46%

R = 50.9%
G = 18.64%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE5D98 (or 0xFE5D98) is known color: Brilliant Rose. HEX triplet: FE, 5D and 98. RGB value is (254,93,152). Sum of RGB (Red+Green+Blue) = 254+93+152=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5D98 is #01A267. Grayscale: #939393. Windows color (decimal): -107112 or 9985534. OLE color: 9985534.

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

Color convert

RGB 254 93 152 -
CMYK 0 0.63 0.40 0.00
HSL 338.01º 0.99% 0.68% -
HSV(B) 338.01º 0.63% 1% -
XYZ 50.45 31.17 33.06 -
YUV 147.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 254 93 152 0 0.63 0.40 0.00 338.01 0.99 0.68
Hex FE 5D 98 0 3F 28 0 152 63 44
Octal 376 135 230 0 77 50 0 522 143 104
Binary 11111110 1011101 10011000 0 111111 101000 0 101010010 1100011 1000100

Color Harmonies of #FE5D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D98

Black with #FE5D98

Text Example


Text Example

White with #FE5D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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