Html Css Color HEX #F07EDB Pale Magenta

📋 copy color: '#F07EDB'

red 240 ◦ green 126 ◦ blue 219

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

Shades of Pale Magenta #F07EDB

Tints of Pale Magenta #F07EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 41.03%
G = 21.54%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F07EDB (or 0xF07EDB) is known color: Pale Magenta. HEX triplet: F0, 7E and DB. RGB value is (240,126,219). Sum of RGB (Red+Green+Blue) = 240+126+219=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EDB is #0F8124. Grayscale: #AAAAAA. Windows color (decimal): -1016101 or 14384880. OLE color: 14384880.

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

Color convert

RGB 240 126 219 -
CMYK 0 0.48 0.09 0.06
HSL 311.05º 0.79% 0.72% -
HSV(B) 311.05º 0.48% 0.94% -
XYZ 56.18 38.56 71.5 -
YUV 170.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 240 126 219 0 0.48 0.09 0.06 311.05 0.79 0.72
Hex F0 7E DB 0 30 9 6 137 4F 48
Octal 360 176 333 0 60 11 6 467 117 110
Binary 11110000 1111110 11011011 0 110000 1001 110 100110111 1001111 1001000

Color Harmonies of #F07EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EDB

Black with #F07EDB

Text Example


Text Example

White with #F07EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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