Html Css Color HEX #F072E0 Pale Magenta

📋 copy color: '#F072E0'

red 240 ◦ green 114 ◦ blue 224

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

Shades of Pale Magenta #F072E0

Tints of Pale Magenta #F072E0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.72%

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

R = 41.52%
G = 19.72%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F072E0 (or 0xF072E0) is known color: Pale Magenta. HEX triplet: F0, 72 and E0. RGB value is (240,114,224). Sum of RGB (Red+Green+Blue) = 240+114+224=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F072E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072E0 is #0F8D1F. Grayscale: #A3A3A3. Windows color (decimal): -1019168 or 14709488. OLE color: 14709488.

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

Color convert

RGB 240 114 224 -
CMYK 0 0.52 0.07 0.06
HSL 307.62º 0.81% 0.69% -
HSV(B) 307.62º 0.53% 0.94% -
XYZ 55.41 35.94 74.54 -
YUV 164.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 240 114 224 0 0.52 0.07 0.06 307.62 0.81 0.69
Hex F0 72 E0 0 34 7 6 134 51 45
Octal 360 162 340 0 64 7 6 464 121 105
Binary 11110000 1110010 11100000 0 110100 111 110 100110100 1010001 1000101

Color Harmonies of #F072E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F072E0

Black with #F072E0

Text Example


Text Example

White with #F072E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F072E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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