Html Css Color HEX #F07AD8 Pale Magenta

📋 copy color: '#F07AD8'

red 240 ◦ green 122 ◦ blue 216

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

Shades of Pale Magenta #F07AD8

Tints of Pale Magenta #F07AD8

RGB

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

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

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

R = 41.52%
G = 21.11%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F07AD8 (or 0xF07AD8) is known color: Pale Magenta. HEX triplet: F0, 7A and D8. RGB value is (240,122,216). Sum of RGB (Red+Green+Blue) = 240+122+216=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07AD8 is #0F8527. Grayscale: #A7A7A7. Windows color (decimal): -1017128 or 14187248. OLE color: 14187248.

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

Color convert

RGB 240 122 216 -
CMYK 0 0.49 0.1 0.06
HSL 312.2º 0.8% 0.71% -
HSV(B) 312.2º 0.49% 0.94% -
XYZ 55.29 37.4 69.27 -
YUV 168 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 240 122 216 0 0.49 0.1 0.06 312.2 0.8 0.71
Hex F0 7A D8 0 31 A 6 138 50 47
Octal 360 172 330 0 61 12 6 470 120 107
Binary 11110000 1111010 11011000 0 110001 1010 110 100111000 1010000 1000111

Color Harmonies of #F07AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AD8

Black with #F07AD8

Text Example


Text Example

White with #F07AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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