Html Css Color HEX #F27AD5 Pale Magenta

📋 copy color: '#F27AD5'

red 242 ◦ green 122 ◦ blue 213

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

Shades of Pale Magenta #F27AD5

Tints of Pale Magenta #F27AD5

RGB

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

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

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

R = 41.94%
G = 21.14%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F27AD5 (or 0xF27AD5) is known color: Pale Magenta. HEX triplet: F2, 7A and D5. RGB value is (242,122,213). Sum of RGB (Red+Green+Blue) = 242+122+213=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F27AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27AD5 is #0D852A. Grayscale: #A8A8A8. Windows color (decimal): -886059 or 13990642. OLE color: 13990642.

HSL color Cylindrical-coordinate representation of color #F27AD5: hue angle of 314.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 #F27AD5 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 122 213 -
CMYK 0 0.50 0.12 0.05
HSL 314.5º 0.82% 0.71% -
HSV(B) 314.5º 0.5% 0.95% -
XYZ 55.59 37.6 67.28 -
YUV 168.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 242 122 213 0 0.50 0.12 0.05 314.5 0.82 0.71
Hex F2 7A D5 0 32 C 5 13A 52 47
Octal 362 172 325 0 62 14 5 472 122 107
Binary 11110010 1111010 11010101 0 110010 1100 101 100111010 1010010 1000111

Color Harmonies of #F27AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27AD5

Black with #F27AD5

Text Example


Text Example

White with #F27AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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