Html Css Color HEX #F07ADD Pale Magenta

📋 copy color: '#F07ADD'

red 240 ◦ green 122 ◦ blue 221

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

Shades of Pale Magenta #F07ADD

Tints of Pale Magenta #F07ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 41.17%
G = 20.93%
B = 37.91%

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

#F07ADD (or 0xF07ADD) is known color: Pale Magenta. HEX triplet: F0, 7A and DD. RGB value is (240,122,221). Sum of RGB (Red+Green+Blue) = 240+122+221=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 122 (48.05% from 255 or 20.93% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ADD is #0F8522. Grayscale: #A8A8A8. Windows color (decimal): -1017123 or 14514928. OLE color: 14514928.

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

Color convert

RGB 240 122 221 -
CMYK 0 0.49 0.08 0.06
HSL 309.66º 0.8% 0.71% -
HSV(B) 309.66º 0.49% 0.94% -
XYZ 55.95 37.66 72.73 -
YUV 168.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 240 122 221 0 0.49 0.08 0.06 309.66 0.8 0.71
Hex F0 7A DD 0 31 8 6 136 50 47
Octal 360 172 335 0 61 10 6 466 120 107
Binary 11110000 1111010 11011101 0 110001 1000 110 100110110 1010000 1000111

Color Harmonies of #F07ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07ADD

Black with #F07ADD

Text Example


Text Example

White with #F07ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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