Html Css Color HEX #FE5593 French Rose

📋 copy color: '#FE5593'

red 254 ◦ green 85 ◦ blue 147

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

Shades of French Rose #FE5593

Tints of French Rose #FE5593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.25%

R = 52.26%
G = 17.49%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE5593 (or 0xFE5593) is known color: French Rose. HEX triplet: FE, 55 and 93. RGB value is (254,85,147). Sum of RGB (Red+Green+Blue) = 254+85+147=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5593 is #01AA6C. Grayscale: #8E8E8E. Windows color (decimal): -109165 or 9655806. OLE color: 9655806.

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

Color convert

RGB 254 85 147 -
CMYK 0 0.67 0.42 0.00
HSL 337.99º 0.99% 0.66% -
HSV(B) 337.99º 0.67% 1% -
XYZ 49.39 29.67 30.73 -
YUV 142.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 254 85 147 0 0.67 0.42 0.00 337.99 0.99 0.66
Hex FE 55 93 0 43 2A 0 152 63 42
Octal 376 125 223 0 103 52 0 522 143 102
Binary 11111110 1010101 10010011 0 1000011 101010 0 101010010 1100011 1000010

Color Harmonies of #FE5593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5593

Black with #FE5593

Text Example


Text Example

White with #FE5593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5593; }

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

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

background-color css

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

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

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

border-color css

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

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

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