Html Css Color HEX #F07ED8 Pale Magenta

📋 copy color: '#F07ED8'

red 240 ◦ green 126 ◦ blue 216

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

Shades of Pale Magenta #F07ED8

Tints of Pale Magenta #F07ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.11%

R = 41.24%
G = 21.65%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F07ED8 (or 0xF07ED8) is known color: Pale Magenta. HEX triplet: F0, 7E and D8. RGB value is (240,126,216). Sum of RGB (Red+Green+Blue) = 240+126+216=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ED8 is #0F8127. Grayscale: #AAAAAA. Windows color (decimal): -1016104 or 14188272. OLE color: 14188272.

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

Color convert

RGB 240 126 216 -
CMYK 0 0.48 0.1 0.06
HSL 312.63º 0.79% 0.72% -
HSV(B) 312.63º 0.48% 0.94% -
XYZ 55.79 38.4 69.44 -
YUV 170.35 153.77 177.68 -
System Red Green Blue C M Y K H S L
Decimal 240 126 216 0 0.48 0.1 0.06 312.63 0.79 0.72
Hex F0 7E D8 0 30 A 6 139 4F 48
Octal 360 176 330 0 60 12 6 471 117 110
Binary 11110000 1111110 11011000 0 110000 1010 110 100111001 1001111 1001000

Color Harmonies of #F07ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07ED8

Black with #F07ED8

Text Example


Text Example

White with #F07ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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