Html Css Color HEX #F48FDA Pale Magenta

📋 copy color: '#F48FDA'

red 244 ◦ green 143 ◦ blue 218

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

Shades of Pale Magenta #F48FDA

Tints of Pale Magenta #F48FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.64%

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 40.33%
G = 23.64%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F48FDA (or 0xF48FDA) is known color: Pale Magenta. HEX triplet: F4, 8F and DA. RGB value is (244,143,218). Sum of RGB (Red+Green+Blue) = 244+143+218=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FDA is #0B7025. Grayscale: #B5B5B5. Windows color (decimal): -749606 or 14323700. OLE color: 14323700.

HSL color Cylindrical-coordinate representation of color #F48FDA: hue angle of 315.45º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F48FDA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 143 218 -
CMYK 0 0.41 0.11 0.04
HSL 315.45º 0.82% 0.76% -
HSV(B) 315.45º 0.41% 0.96% -
XYZ 59.79 43.94 71.66 -
YUV 181.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 244 143 218 0 0.41 0.11 0.04 315.45 0.82 0.76
Hex F4 8F DA 0 29 B 4 13B 52 4C
Octal 364 217 332 0 51 13 4 473 122 114
Binary 11110100 10001111 11011010 0 101001 1011 100 100111011 1010010 1001100

Color Harmonies of #F48FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48FDA

Black with #F48FDA

Text Example


Text Example

White with #F48FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48FDA; }

 p { color: rgb(244,143,218); }

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

background-color css

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

 a { background-color: rgb(244,143,218); }

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

border-color css

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

 span { border-color: rgb(244,143,218); }

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