Html Css Color HEX #FE5795 Brilliant Rose

📋 copy color: '#FE5795'

red 254 ◦ green 87 ◦ blue 149

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

Shades of Brilliant Rose #FE5795

Tints of Brilliant Rose #FE5795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.76%

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

R = 51.84%
G = 17.76%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE5795 (or 0xFE5795) is known color: Brilliant Rose. HEX triplet: FE, 57 and 95. RGB value is (254,87,149). Sum of RGB (Red+Green+Blue) = 254+87+149=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5795 is #01A86A. Grayscale: #8F8F8F. Windows color (decimal): -108651 or 9787390. OLE color: 9787390.

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

Color convert

RGB 254 87 149 -
CMYK 0 0.66 0.41 0.00
HSL 337.72º 0.99% 0.67% -
HSV(B) 337.72º 0.66% 1% -
XYZ 49.71 30.06 31.62 -
YUV 144 130.83 206.46 -
System Red Green Blue C M Y K H S L
Decimal 254 87 149 0 0.66 0.41 0.00 337.72 0.99 0.67
Hex FE 57 95 0 42 29 0 152 63 43
Octal 376 127 225 0 102 51 0 522 143 103
Binary 11111110 1010111 10010101 0 1000010 101001 0 101010010 1100011 1000011

Color Harmonies of #FE5795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5795

Black with #FE5795

Text Example


Text Example

White with #FE5795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5795; }

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

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

background-color css

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

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

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

border-color css

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

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

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