Html Css Color HEX #F070E2 Pale Magenta

📋 copy color: '#F070E2'

red 240 ◦ green 112 ◦ blue 226

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

Shades of Pale Magenta #F070E2

Tints of Pale Magenta #F070E2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.38%

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

R = 41.52%
G = 19.38%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F070E2 (or 0xF070E2) is known color: Pale Magenta. HEX triplet: F0, 70 and E2. RGB value is (240,112,226). Sum of RGB (Red+Green+Blue) = 240+112+226=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F070E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070E2 is #0F8F1D. Grayscale: #A2A2A2. Windows color (decimal): -1019678 or 14840048. OLE color: 14840048.

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

Color convert

RGB 240 112 226 -
CMYK 0 0.53 0.06 0.06
HSL 306.56º 0.81% 0.69% -
HSV(B) 306.56º 0.53% 0.94% -
XYZ 55.46 35.6 75.9 -
YUV 163.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 240 112 226 0 0.53 0.06 0.06 306.56 0.81 0.69
Hex F0 70 E2 0 35 6 6 133 51 45
Octal 360 160 342 0 65 6 6 463 121 105
Binary 11110000 1110000 11100010 0 110101 110 110 100110011 1010001 1000101

Color Harmonies of #F070E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070E2

Black with #F070E2

Text Example


Text Example

White with #F070E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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