Html Css Color HEX #F074E2 Pale Magenta

📋 copy color: '#F074E2'

red 240 ◦ green 116 ◦ blue 226

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

Shades of Pale Magenta #F074E2

Tints of Pale Magenta #F074E2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.93%

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

R = 41.24%
G = 19.93%
B = 38.83%

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

#F074E2 (or 0xF074E2) is known color: Pale Magenta. HEX triplet: F0, 74 and E2. RGB value is (240,116,226). Sum of RGB (Red+Green+Blue) = 240+116+226=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 116 (45.70% from 255 or 19.93% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F074E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074E2 is #0F8B1D. Grayscale: #A5A5A5. Windows color (decimal): -1018654 or 14841072. OLE color: 14841072.

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

Color convert

RGB 240 116 226 -
CMYK 0 0.52 0.06 0.06
HSL 306.77º 0.81% 0.7% -
HSV(B) 306.77º 0.52% 0.94% -
XYZ 55.91 36.51 76.05 -
YUV 165.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 240 116 226 0 0.52 0.06 0.06 306.77 0.81 0.7
Hex F0 74 E2 0 34 6 6 133 51 46
Octal 360 164 342 0 64 6 6 463 121 106
Binary 11110000 1110100 11100010 0 110100 110 110 100110011 1010001 1000110

Color Harmonies of #F074E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074E2

Black with #F074E2

Text Example


Text Example

White with #F074E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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