Html Css Color HEX #F090E2 Pale Magenta

📋 copy color: '#F090E2'

red 240 ◦ green 144 ◦ blue 226

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

Shades of Pale Magenta #F090E2

Tints of Pale Magenta #F090E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.05%

R = 39.34%
G = 23.61%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F090E2 (or 0xF090E2) is known color: Pale Magenta. HEX triplet: F0, 90 and E2. RGB value is (240,144,226). Sum of RGB (Red+Green+Blue) = 240+144+226=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F090E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090E2 is #0F6F1D. Grayscale: #B5B5B5. Windows color (decimal): -1011486 or 14848240. OLE color: 14848240.

HSL color Cylindrical-coordinate representation of color #F090E2: hue angle of 308.75º 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 #F090E2 is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 144 226 -
CMYK 0 0.4 0.06 0.06
HSL 308.75º 0.76% 0.75% -
HSV(B) 308.75º 0.4% 0.94% -
XYZ 59.64 43.96 77.29 -
YUV 182.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 240 144 226 0 0.4 0.06 0.06 308.75 0.76 0.75
Hex F0 90 E2 0 28 6 6 135 4C 4B
Octal 360 220 342 0 50 6 6 465 114 113
Binary 11110000 10010000 11100010 0 101000 110 110 100110101 1001100 1001011

Color Harmonies of #F090E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090E2

Black with #F090E2

Text Example


Text Example

White with #F090E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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