Html Css Color HEX #F073E2 Pale Magenta

📋 copy color: '#F073E2'

red 240 ◦ green 115 ◦ blue 226

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

Shades of Pale Magenta #F073E2

Tints of Pale Magenta #F073E2

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.79%

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

R = 41.31%
G = 19.79%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F073E2 (or 0xF073E2) is known color: Pale Magenta. HEX triplet: F0, 73 and E2. RGB value is (240,115,226). Sum of RGB (Red+Green+Blue) = 240+115+226=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F073E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073E2 is #0F8C1D. Grayscale: #A4A4A4. Windows color (decimal): -1018910 or 14840816. OLE color: 14840816.

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

Color convert

RGB 240 115 226 -
CMYK 0 0.52 0.06 0.06
HSL 306.72º 0.81% 0.7% -
HSV(B) 306.72º 0.52% 0.94% -
XYZ 55.79 36.28 76.01 -
YUV 165.03 162.41 181.47 -
System Red Green Blue C M Y K H S L
Decimal 240 115 226 0 0.52 0.06 0.06 306.72 0.81 0.7
Hex F0 73 E2 0 34 6 6 133 51 46
Octal 360 163 342 0 64 6 6 463 121 106
Binary 11110000 1110011 11100010 0 110100 110 110 100110011 1010001 1000110

Color Harmonies of #F073E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F073E2

Black with #F073E2

Text Example


Text Example

White with #F073E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F073E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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