Html Css Color HEX #F093E5 Pale Magenta

📋 copy color: '#F093E5'

red 240 ◦ green 147 ◦ blue 229

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

Shades of Pale Magenta #F093E5

Tints of Pale Magenta #F093E5

RGB

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

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

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

R = 38.96%
G = 23.86%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F093E5 (or 0xF093E5) is known color: Pale Magenta. HEX triplet: F0, 93 and E5. RGB value is (240,147,229). Sum of RGB (Red+Green+Blue) = 240+147+229=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F093E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093E5 is #0F6C1A. Grayscale: #B7B7B7. Windows color (decimal): -1010715 or 15045616. OLE color: 15045616.

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

Color convert

RGB 240 147 229 -
CMYK 0 0.39 0.05 0.06
HSL 307.1º 0.76% 0.76% -
HSV(B) 307.1º 0.39% 0.94% -
XYZ 60.51 45.05 79.63 -
YUV 184.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 240 147 229 0 0.39 0.05 0.06 307.1 0.76 0.76
Hex F0 93 E5 0 27 5 6 133 4C 4C
Octal 360 223 345 0 47 5 6 463 114 114
Binary 11110000 10010011 11100101 0 100111 101 110 100110011 1001100 1001100

Color Harmonies of #F093E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F093E5

Black with #F093E5

Text Example


Text Example

White with #F093E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F093E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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