Html Css Color HEX #FE5998 Brilliant Rose

📋 copy color: '#FE5998'

red 254 ◦ green 89 ◦ blue 152

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

Shades of Brilliant Rose #FE5998

Tints of Brilliant Rose #FE5998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.98%

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

R = 51.31%
G = 17.98%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE5998 (or 0xFE5998) is known color: Brilliant Rose. HEX triplet: FE, 59 and 98. RGB value is (254,89,152). Sum of RGB (Red+Green+Blue) = 254+89+152=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5998 is #01A667. Grayscale: #919191. Windows color (decimal): -108136 or 9984510. OLE color: 9984510.

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

Color convert

RGB 254 89 152 -
CMYK 0 0.65 0.40 0.00
HSL 337.09º 0.99% 0.67% -
HSV(B) 337.09º 0.65% 1% -
XYZ 50.11 30.48 32.95 -
YUV 145.52 131.66 205.38 -
System Red Green Blue C M Y K H S L
Decimal 254 89 152 0 0.65 0.40 0.00 337.09 0.99 0.67
Hex FE 59 98 0 41 28 0 151 63 43
Octal 376 131 230 0 101 50 0 521 143 103
Binary 11111110 1011001 10011000 0 1000001 101000 0 101010001 1100011 1000011

Color Harmonies of #FE5998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5998

Black with #FE5998

Text Example


Text Example

White with #FE5998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5998; }

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

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

background-color css

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

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

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

border-color css

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

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

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