Html Css Color HEX #F073E1 Pale Magenta

📋 copy color: '#F073E1'

red 240 ◦ green 115 ◦ blue 225

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

Shades of Pale Magenta #F073E1

Tints of Pale Magenta #F073E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.79%

R = 41.38%
G = 19.83%
B = 38.79%

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

#F073E1 (or 0xF073E1) is known color: Pale Magenta. HEX triplet: F0, 73 and E1. RGB value is (240,115,225). Sum of RGB (Red+Green+Blue) = 240+115+225=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 115 (45.31% from 255 or 19.83% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F073E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073E1 is #0F8C1E. Grayscale: #A4A4A4. Windows color (decimal): -1018911 or 14775280. OLE color: 14775280.

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

Color convert

RGB 240 115 225 -
CMYK 0 0.52 0.06 0.06
HSL 307.2º 0.81% 0.7% -
HSV(B) 307.2º 0.52% 0.94% -
XYZ 55.66 36.22 75.29 -
YUV 164.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 240 115 225 0 0.52 0.06 0.06 307.2 0.81 0.7
Hex F0 73 E1 0 34 6 6 133 51 46
Octal 360 163 341 0 64 6 6 463 121 106
Binary 11110000 1110011 11100001 0 110100 110 110 100110011 1010001 1000110

Color Harmonies of #F073E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F073E1

Black with #F073E1

Text Example


Text Example

White with #F073E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F073E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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