Html Css Color HEX #F094E5 Pale Magenta

📋 copy color: '#F094E5'

red 240 ◦ green 148 ◦ blue 229

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

Shades of Pale Magenta #F094E5

Tints of Pale Magenta #F094E5

RGB

 RED value IS 240 (94.14% from 255) = 38.9%

 GREEN value IS 148 (58.2% from 255) = 23.99%

 BLUE value IS 229 (89.84% from 255) = 37.12%

R = 38.9%
G = 23.99%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F094E5 (or 0xF094E5) is known color: Pale Magenta. HEX triplet: F0, 94 and E5. RGB value is (240,148,229). Sum of RGB (Red+Green+Blue) = 240+148+229=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F094E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094E5 is #0F6B1A. Grayscale: #B8B8B8. Windows color (decimal): -1010459 or 15045872. OLE color: 15045872.

HSL color Cylindrical-coordinate representation of color #F094E5: hue angle of 307.17º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F094E5 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 148 229 -
CMYK 0 0.38 0.05 0.06
HSL 307.17º 0.75% 0.76% -
HSV(B) 307.17º 0.38% 0.94% -
XYZ 60.67 45.36 79.69 -
YUV 184.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 240 148 229 0 0.38 0.05 0.06 307.17 0.75 0.76
Hex F0 94 E5 0 26 5 6 133 4B 4C
Octal 360 224 345 0 46 5 6 463 113 114
Binary 11110000 10010100 11100101 0 100110 101 110 100110011 1001011 1001100

Color Harmonies of #F094E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F094E5

Black with #F094E5

Text Example


Text Example

White with #F094E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F094E5; }

 p { color: rgb(240,148,229); }

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

background-color css

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

 a { background-color: rgb(240,148,229); }

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

border-color css

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

 span { border-color: rgb(240,148,229); }

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