Html Css Color HEX #F27AD9 Pale Magenta

📋 copy color: '#F27AD9'

red 242 ◦ green 122 ◦ blue 217

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

Shades of Pale Magenta #F27AD9

Tints of Pale Magenta #F27AD9

RGB

 RED value IS 242 (94.92% from 255) = 41.65%

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

 BLUE value IS 217 (85.16% from 255) = 37.35%

R = 41.65%
G = 21%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F27AD9 (or 0xF27AD9) is known color: Pale Magenta. HEX triplet: F2, 7A and D9. RGB value is (242,122,217). Sum of RGB (Red+Green+Blue) = 242+122+217=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F27AD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27AD9 is #0D8526. Grayscale: #A8A8A8. Windows color (decimal): -886055 or 14252786. OLE color: 14252786.

HSL color Cylindrical-coordinate representation of color #F27AD9: hue angle of 312.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27AD9 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 122 217 -
CMYK 0 0.50 0.10 0.05
HSL 312.5º 0.82% 0.71% -
HSV(B) 312.5º 0.5% 0.95% -
XYZ 56.1 37.81 69.99 -
YUV 168.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 242 122 217 0 0.50 0.10 0.05 312.5 0.82 0.71
Hex F2 7A D9 0 32 A 5 138 52 47
Octal 362 172 331 0 62 12 5 470 122 107
Binary 11110010 1111010 11011001 0 110010 1010 101 100111000 1010010 1000111

Color Harmonies of #F27AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27AD9

Black with #F27AD9

Text Example


Text Example

White with #F27AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27AD9; }

 p { color: rgb(242,122,217); }

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

background-color css

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

 a { background-color: rgb(242,122,217); }

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

border-color css

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

 span { border-color: rgb(242,122,217); }

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