Html Css Color HEX #FF5193 French Rose

📋 copy color: '#FF5193'

red 255 ◦ green 81 ◦ blue 147

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

Shades of French Rose #FF5193

Tints of French Rose #FF5193

RGB

 RED value IS 255 (100% from 255) = 52.8%

 GREEN value IS 81 (32.03% from 255) = 16.77%

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

R = 52.8%
G = 16.77%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF5193 (or 0xFF5193) is known color: French Rose. HEX triplet: FF, 51 and 93. RGB value is (255,81,147). Sum of RGB (Red+Green+Blue) = 255+81+147=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5193 is #00AE6C. Grayscale: #8C8C8C. Windows color (decimal): -44653 or 9654783. OLE color: 9654783.

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

Color convert

RGB 255 81 147 -
CMYK 0 0.68 0.42 0
HSL 337.24º 1% 0.66% -
HSV(B) 337.24º 0.68% 1% -
XYZ 49.45 29.25 30.64 -
YUV 140.55 131.65 209.63 -
System Red Green Blue C M Y K H S L
Decimal 255 81 147 0 0.68 0.42 0 337.24 1 0.66
Hex FF 51 93 0 44 2A 0 151 64 42
Octal 377 121 223 0 104 52 0 521 144 102
Binary 11111111 1010001 10010011 0 1000100 101010 0 101010001 1100100 1000010

Color Harmonies of #FF5193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5193

Black with #FF5193

Text Example


Text Example

White with #FF5193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5193; }

 p { color: rgb(255,81,147); }

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

background-color css

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

 a { background-color: rgb(255,81,147); }

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

border-color css

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

 span { border-color: rgb(255,81,147); }

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