Html Css Color HEX #FF93A5 Mauvelous

📋 copy color: '#FF93A5'

red 255 ◦ green 147 ◦ blue 165

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

Shades of Mauvelous #FF93A5

Tints of Mauvelous #FF93A5

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.93%

 BLUE value IS 165 (64.84% from 255) = 29.1%

R = 44.97%
G = 25.93%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF93A5 (or 0xFF93A5) is known color: Mauvelous. HEX triplet: FF, 93 and A5. RGB value is (255,147,165). Sum of RGB (Red+Green+Blue) = 255+147+165=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF93A5 is #006C5A. Grayscale: #B5B5B5. Windows color (decimal): -27739 or 10851327. OLE color: 10851327.

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

Color convert

RGB 255 147 165 -
CMYK 0 0.42 0.35 0
HSL 350º 1% 0.79% -
HSV(B) 350º 0.42% 1% -
XYZ 58.47 44.84 41.17 -
YUV 181.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 255 147 165 0 0.42 0.35 0 350 1 0.79
Hex FF 93 A5 0 2A 23 0 15E 64 4F
Octal 377 223 245 0 52 43 0 536 144 117
Binary 11111111 10010011 10100101 0 101010 100011 0 101011110 1100100 1001111

Color Harmonies of #FF93A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF93A5

Black with #FF93A5

Text Example


Text Example

White with #FF93A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF93A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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