Html Css Color HEX #F07EDF Pale Magenta

📋 copy color: '#F07EDF'

red 240 ◦ green 126 ◦ blue 223

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

Shades of Pale Magenta #F07EDF

Tints of Pale Magenta #F07EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.39%

 BLUE value IS 223 (87.5% from 255) = 37.86%

R = 40.75%
G = 21.39%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F07EDF (or 0xF07EDF) is known color: Pale Magenta. HEX triplet: F0, 7E and DF. RGB value is (240,126,223). Sum of RGB (Red+Green+Blue) = 240+126+223=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EDF is #0F8120. Grayscale: #AAAAAA. Windows color (decimal): -1016097 or 14647024. OLE color: 14647024.

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

Color convert

RGB 240 126 223 -
CMYK 0 0.48 0.07 0.06
HSL 308.95º 0.79% 0.72% -
HSV(B) 308.95º 0.48% 0.94% -
XYZ 56.72 38.77 74.31 -
YUV 171.14 157.27 177.11 -
System Red Green Blue C M Y K H S L
Decimal 240 126 223 0 0.48 0.07 0.06 308.95 0.79 0.72
Hex F0 7E DF 0 30 7 6 135 4F 48
Octal 360 176 337 0 60 7 6 465 117 110
Binary 11110000 1111110 11011111 0 110000 111 110 100110101 1001111 1001000

Color Harmonies of #F07EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EDF

Black with #F07EDF

Text Example


Text Example

White with #F07EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EDF; }

 p { color: rgb(240,126,223); }

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

background-color css

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

 a { background-color: rgb(240,126,223); }

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

border-color css

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

 span { border-color: rgb(240,126,223); }

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