Html Css Color HEX #F48AD4 Pale Magenta

📋 copy color: '#F48AD4'

red 244 ◦ green 138 ◦ blue 212

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

Shades of Pale Magenta #F48AD4

Tints of Pale Magenta #F48AD4

RGB

 RED value IS 244 (95.7% from 255) = 41.08%

 GREEN value IS 138 (54.3% from 255) = 23.23%

 BLUE value IS 212 (83.2% from 255) = 35.69%

R = 41.08%
G = 23.23%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F48AD4 (or 0xF48AD4) is known color: Pale Magenta. HEX triplet: F4, 8A and D4. RGB value is (244,138,212). Sum of RGB (Red+Green+Blue) = 244+138+212=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F48AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48AD4 is #0B752B. Grayscale: #B1B1B1. Windows color (decimal): -750892 or 13929204. OLE color: 13929204.

HSL color Cylindrical-coordinate representation of color #F48AD4: hue angle of 318.11º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48AD4 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 138 212 -
CMYK 0 0.43 0.13 0.04
HSL 318.11º 0.83% 0.75% -
HSV(B) 318.11º 0.43% 0.96% -
XYZ 58.28 42.16 67.35 -
YUV 178.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 244 138 212 0 0.43 0.13 0.04 318.11 0.83 0.75
Hex F4 8A D4 0 2B D 4 13E 53 4B
Octal 364 212 324 0 53 15 4 476 123 113
Binary 11110100 10001010 11010100 0 101011 1101 100 100111110 1010011 1001011

Color Harmonies of #F48AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48AD4

Black with #F48AD4

Text Example


Text Example

White with #F48AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48AD4; }

 p { color: rgb(244,138,212); }

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

background-color css

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

 a { background-color: rgb(244,138,212); }

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

border-color css

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

 span { border-color: rgb(244,138,212); }

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