Html Css Color HEX #FE5485 French Rose

📋 copy color: '#FE5485'

red 254 ◦ green 84 ◦ blue 133

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

Shades of French Rose #FE5485

Tints of French Rose #FE5485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.83%

 BLUE value IS 133 (52.34% from 255) = 28.24%

R = 53.93%
G = 17.83%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE5485 (or 0xFE5485) is known color: French Rose. HEX triplet: FE, 54 and 85. RGB value is (254,84,133). Sum of RGB (Red+Green+Blue) = 254+84+133=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5485 is #01AB7A. Grayscale: #8C8C8C. Windows color (decimal): -109435 or 8738046. OLE color: 8738046.

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

Color convert

RGB 254 84 133 -
CMYK 0 0.67 0.48 0.00
HSL 342.71º 0.99% 0.66% -
HSV(B) 342.71º 0.67% 1% -
XYZ 48.28 29.1 25.26 -
YUV 140.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 254 84 133 0 0.67 0.48 0.00 342.71 0.99 0.66
Hex FE 54 85 0 43 30 0 157 63 42
Octal 376 124 205 0 103 60 0 527 143 102
Binary 11111110 1010100 10000101 0 1000011 110000 0 101010111 1100011 1000010

Color Harmonies of #FE5485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5485

Black with #FE5485

Text Example


Text Example

White with #FE5485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5485; }

 p { color: rgb(254,84,133); }

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

background-color css

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

 a { background-color: rgb(254,84,133); }

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

border-color css

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

 span { border-color: rgb(254,84,133); }

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