Html Css Color HEX #F293A4 Mauvelous

📋 copy color: '#F293A4'

red 242 ◦ green 147 ◦ blue 164

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

Shades of Mauvelous #F293A4

Tints of Mauvelous #F293A4

RGB

 RED value IS 242 (94.92% from 255) = 43.76%

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

 BLUE value IS 164 (64.45% from 255) = 29.66%

R = 43.76%
G = 26.58%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F293A4 (or 0xF293A4) is known color: Mauvelous. HEX triplet: F2, 93 and A4. RGB value is (242,147,164). Sum of RGB (Red+Green+Blue) = 242+147+164=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F293A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F293A4 is #0D6C5B. Grayscale: #B1B1B1. Windows color (decimal): -879708 or 10785778. OLE color: 10785778.

HSL color Cylindrical-coordinate representation of color #F293A4: hue angle of 349.26º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293A4 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 147 164 -
CMYK 0 0.39 0.32 0.05
HSL 349.26º 0.79% 0.76% -
HSV(B) 349.26º 0.39% 0.95% -
XYZ 53.75 42.43 40.48 -
YUV 177.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 242 147 164 0 0.39 0.32 0.05 349.26 0.79 0.76
Hex F2 93 A4 0 27 20 5 15D 4F 4C
Octal 362 223 244 0 47 40 5 535 117 114
Binary 11110010 10010011 10100100 0 100111 100000 101 101011101 1001111 1001100

Color Harmonies of #F293A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F293A4

Black with #F293A4

Text Example


Text Example

White with #F293A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F293A4; }

 p { color: rgb(242,147,164); }

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

background-color css

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

 a { background-color: rgb(242,147,164); }

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

border-color css

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

 span { border-color: rgb(242,147,164); }

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