Html Css Color HEX #FE5093 French Rose

📋 copy color: '#FE5093'

red 254 ◦ green 80 ◦ blue 147

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

Shades of French Rose #FE5093

Tints of French Rose #FE5093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.63%

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

R = 52.81%
G = 16.63%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE5093 (or 0xFE5093) is known color: French Rose. HEX triplet: FE, 50 and 93. RGB value is (254,80,147). Sum of RGB (Red+Green+Blue) = 254+80+147=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5093 is #01AF6C. Grayscale: #8B8B8B. Windows color (decimal): -110445 or 9654526. OLE color: 9654526.

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

Color convert

RGB 254 80 147 -
CMYK 0 0.69 0.42 0.00
HSL 336.9º 0.99% 0.65% -
HSV(B) 336.9º 0.69% 1% -
XYZ 49.01 28.91 30.6 -
YUV 139.66 132.15 209.55 -
System Red Green Blue C M Y K H S L
Decimal 254 80 147 0 0.69 0.42 0.00 336.9 0.99 0.65
Hex FE 50 93 0 45 2A 0 151 63 41
Octal 376 120 223 0 105 52 0 521 143 101
Binary 11111110 1010000 10010011 0 1000101 101010 0 101010001 1100011 1000001

Color Harmonies of #FE5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5093

Black with #FE5093

Text Example


Text Example

White with #FE5093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5093; }

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

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

background-color css

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

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

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

border-color css

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

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

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