Html Css Color HEX #F293A8 Mauvelous

📋 copy color: '#F293A8'

red 242 ◦ green 147 ◦ blue 168

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

Shades of Mauvelous #F293A8

Tints of Mauvelous #F293A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.16%

R = 43.45%
G = 26.39%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F293A8 (or 0xF293A8) is known color: Mauvelous. HEX triplet: F2, 93 and A8. RGB value is (242,147,168). Sum of RGB (Red+Green+Blue) = 242+147+168=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F293A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F293A8 is #0D6C57. Grayscale: #B1B1B1. Windows color (decimal): -879704 or 11047922. OLE color: 11047922.

HSL color Cylindrical-coordinate representation of color #F293A8: hue angle of 346.74º 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 #F293A8 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 147 168 -
CMYK 0 0.39 0.31 0.05
HSL 346.74º 0.79% 0.76% -
HSV(B) 346.74º 0.39% 0.95% -
XYZ 54.12 42.57 42.41 -
YUV 177.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 242 147 168 0 0.39 0.31 0.05 346.74 0.79 0.76
Hex F2 93 A8 0 27 1F 5 15B 4F 4C
Octal 362 223 250 0 47 37 5 533 117 114
Binary 11110010 10010011 10101000 0 100111 11111 101 101011011 1001111 1001100

Color Harmonies of #F293A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F293A8

Black with #F293A8

Text Example


Text Example

White with #F293A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F293A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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