Html Css Color HEX #F07AD5 Pale Magenta

📋 copy color: '#F07AD5'

red 240 ◦ green 122 ◦ blue 213

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

Shades of Pale Magenta #F07AD5

Tints of Pale Magenta #F07AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.04%

R = 41.74%
G = 21.22%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F07AD5 (or 0xF07AD5) is known color: Pale Magenta. HEX triplet: F0, 7A and D5. RGB value is (240,122,213). Sum of RGB (Red+Green+Blue) = 240+122+213=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07AD5 is #0F852A. Grayscale: #A7A7A7. Windows color (decimal): -1017131 or 13990640. OLE color: 13990640.

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

Color convert

RGB 240 122 213 -
CMYK 0 0.49 0.11 0.06
HSL 313.73º 0.8% 0.71% -
HSV(B) 313.73º 0.49% 0.94% -
XYZ 54.9 37.25 67.25 -
YUV 167.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 240 122 213 0 0.49 0.11 0.06 313.73 0.8 0.71
Hex F0 7A D5 0 31 B 6 13A 50 47
Octal 360 172 325 0 61 13 6 472 120 107
Binary 11110000 1111010 11010101 0 110001 1011 110 100111010 1010000 1000111

Color Harmonies of #F07AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AD5

Black with #F07AD5

Text Example


Text Example

White with #F07AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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