Html Css Color HEX #F092E0 Pale Magenta

📋 copy color: '#F092E0'

red 240 ◦ green 146 ◦ blue 224

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

Shades of Pale Magenta #F092E0

Tints of Pale Magenta #F092E0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.93%

 BLUE value IS 224 (87.89% from 255) = 36.72%

R = 39.34%
G = 23.93%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F092E0 (or 0xF092E0) is known color: Pale Magenta. HEX triplet: F0, 92 and E0. RGB value is (240,146,224). Sum of RGB (Red+Green+Blue) = 240+146+224=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F092E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092E0 is #0F6D1F. Grayscale: #B6B6B6. Windows color (decimal): -1010976 or 14717680. OLE color: 14717680.

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

Color convert

RGB 240 146 224 -
CMYK 0 0.39 0.07 0.06
HSL 310.21º 0.76% 0.76% -
HSV(B) 310.21º 0.39% 0.94% -
XYZ 59.67 44.46 75.96 -
YUV 183 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 240 146 224 0 0.39 0.07 0.06 310.21 0.76 0.76
Hex F0 92 E0 0 27 7 6 136 4C 4C
Octal 360 222 340 0 47 7 6 466 114 114
Binary 11110000 10010010 11100000 0 100111 111 110 100110110 1001100 1001100

Color Harmonies of #F092E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F092E0

Black with #F092E0

Text Example


Text Example

White with #F092E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F092E0; }

 p { color: rgb(240,146,224); }

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

background-color css

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

 a { background-color: rgb(240,146,224); }

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

border-color css

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

 span { border-color: rgb(240,146,224); }

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