Html Css Color HEX #FE5198 Brilliant Rose

📋 copy color: '#FE5198'

red 254 ◦ green 81 ◦ blue 152

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

Shades of Brilliant Rose #FE5198

Tints of Brilliant Rose #FE5198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.63%

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

R = 52.16%
G = 16.63%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE5198 (or 0xFE5198) is known color: Brilliant Rose. HEX triplet: FE, 51 and 98. RGB value is (254,81,152). Sum of RGB (Red+Green+Blue) = 254+81+152=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5198 is #01AE67. Grayscale: #8C8C8C. Windows color (decimal): -110184 or 9982462. OLE color: 9982462.

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

Color convert

RGB 254 81 152 -
CMYK 0 0.68 0.40 0.00
HSL 335.38º 0.99% 0.66% -
HSV(B) 335.38º 0.68% 1% -
XYZ 49.48 29.22 32.74 -
YUV 140.82 134.31 208.73 -
System Red Green Blue C M Y K H S L
Decimal 254 81 152 0 0.68 0.40 0.00 335.38 0.99 0.66
Hex FE 51 98 0 44 28 0 14F 63 42
Octal 376 121 230 0 104 50 0 517 143 102
Binary 11111110 1010001 10011000 0 1000100 101000 0 101001111 1100011 1000010

Color Harmonies of #FE5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5198

Black with #FE5198

Text Example


Text Example

White with #FE5198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5198; }

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

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

background-color css

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

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

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

border-color css

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

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

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