Html Css Color HEX #FE5595 Brilliant Rose

📋 copy color: '#FE5595'

red 254 ◦ green 85 ◦ blue 149

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

Shades of Brilliant Rose #FE5595

Tints of Brilliant Rose #FE5595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.42%

 BLUE value IS 149 (58.59% from 255) = 30.53%

R = 52.05%
G = 17.42%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE5595 (or 0xFE5595) is known color: Brilliant Rose. HEX triplet: FE, 55 and 95. RGB value is (254,85,149). Sum of RGB (Red+Green+Blue) = 254+85+149=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5595 is #01AA6A. Grayscale: #8E8E8E. Windows color (decimal): -109163 or 9786878. OLE color: 9786878.

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

Color convert

RGB 254 85 149 -
CMYK 0 0.67 0.41 0.00
HSL 337.28º 0.99% 0.66% -
HSV(B) 337.28º 0.67% 1% -
XYZ 49.55 29.74 31.56 -
YUV 142.83 131.49 207.3 -
System Red Green Blue C M Y K H S L
Decimal 254 85 149 0 0.67 0.41 0.00 337.28 0.99 0.66
Hex FE 55 95 0 43 29 0 151 63 42
Octal 376 125 225 0 103 51 0 521 143 102
Binary 11111110 1010101 10010101 0 1000011 101001 0 101010001 1100011 1000010

Color Harmonies of #FE5595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5595

Black with #FE5595

Text Example


Text Example

White with #FE5595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5595; }

 p { color: rgb(254,85,149); }

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

background-color css

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

 a { background-color: rgb(254,85,149); }

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

border-color css

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

 span { border-color: rgb(254,85,149); }

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