Html Css Color HEX #F07ADE Pale Magenta

📋 copy color: '#F07ADE'

red 240 ◦ green 122 ◦ blue 222

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

Shades of Pale Magenta #F07ADE

Tints of Pale Magenta #F07ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.89%

 BLUE value IS 222 (87.11% from 255) = 38.01%

R = 41.1%
G = 20.89%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F07ADE (or 0xF07ADE) is known color: Pale Magenta. HEX triplet: F0, 7A and DE. RGB value is (240,122,222). Sum of RGB (Red+Green+Blue) = 240+122+222=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ADE is #0F8521. Grayscale: #A8A8A8. Windows color (decimal): -1017122 or 14580464. OLE color: 14580464.

HSL color Cylindrical-coordinate representation of color #F07ADE: hue angle of 309.15º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07ADE is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 222 -
CMYK 0 0.49 0.08 0.06
HSL 309.15º 0.8% 0.71% -
HSV(B) 309.15º 0.49% 0.94% -
XYZ 56.08 37.72 73.43 -
YUV 168.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 240 122 222 0 0.49 0.08 0.06 309.15 0.8 0.71
Hex F0 7A DE 0 31 8 6 135 50 47
Octal 360 172 336 0 61 10 6 465 120 107
Binary 11110000 1111010 11011110 0 110001 1000 110 100110101 1010000 1000111

Color Harmonies of #F07ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07ADE

Black with #F07ADE

Text Example


Text Example

White with #F07ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07ADE; }

 p { color: rgb(240,122,222); }

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

background-color css

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

 a { background-color: rgb(240,122,222); }

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

border-color css

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

 span { border-color: rgb(240,122,222); }

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