Html Css Color HEX #FF90AF Mauvelous

📋 copy color: '#FF90AF'

red 255 ◦ green 144 ◦ blue 175

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

Shades of Mauvelous #FF90AF

Tints of Mauvelous #FF90AF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.09%

 BLUE value IS 175 (68.75% from 255) = 30.49%

R = 44.43%
G = 25.09%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF90AF (or 0xFF90AF) is known color: Mauvelous. HEX triplet: FF, 90 and AF. RGB value is (255,144,175). Sum of RGB (Red+Green+Blue) = 255+144+175=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF90AF is #006F50. Grayscale: #B4B4B4. Windows color (decimal): -28497 or 11505919. OLE color: 11505919.

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

Color convert

RGB 255 144 175 -
CMYK 0 0.44 0.31 0
HSL 343.24º 1% 0.78% -
HSV(B) 343.24º 0.44% 1% -
XYZ 58.95 44.3 46 -
YUV 180.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 255 144 175 0 0.44 0.31 0 343.24 1 0.78
Hex FF 90 AF 0 2C 1F 0 157 64 4E
Octal 377 220 257 0 54 37 0 527 144 116
Binary 11111111 10010000 10101111 0 101100 11111 0 101010111 1100100 1001110

Color Harmonies of #FF90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF90AF

Black with #FF90AF

Text Example


Text Example

White with #FF90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF90AF; }

 p { color: rgb(255,144,175); }

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

background-color css

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

 a { background-color: rgb(255,144,175); }

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

border-color css

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

 span { border-color: rgb(255,144,175); }

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