Html Css Color HEX #F090E5 Pale Magenta

📋 copy color: '#F090E5'

red 240 ◦ green 144 ◦ blue 229

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

Shades of Pale Magenta #F090E5

Tints of Pale Magenta #F090E5

RGB

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

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

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

R = 39.15%
G = 23.49%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F090E5 (or 0xF090E5) is known color: Pale Magenta. HEX triplet: F0, 90 and E5. RGB value is (240,144,229). Sum of RGB (Red+Green+Blue) = 240+144+229=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F090E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090E5 is #0F6F1A. Grayscale: #B6B6B6. Windows color (decimal): -1011483 or 15044848. OLE color: 15044848.

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

Color convert

RGB 240 144 229 -
CMYK 0 0.4 0.05 0.06
HSL 306.88º 0.76% 0.75% -
HSV(B) 306.88º 0.4% 0.94% -
XYZ 60.05 44.13 79.48 -
YUV 182.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 240 144 229 0 0.4 0.05 0.06 306.88 0.76 0.75
Hex F0 90 E5 0 28 5 6 133 4C 4B
Octal 360 220 345 0 50 5 6 463 114 113
Binary 11110000 10010000 11100101 0 101000 101 110 100110011 1001100 1001011

Color Harmonies of #F090E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090E5

Black with #F090E5

Text Example


Text Example

White with #F090E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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