Html Css Color HEX #F48CDA Pale Magenta

📋 copy color: '#F48CDA'

red 244 ◦ green 140 ◦ blue 218

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

Shades of Pale Magenta #F48CDA

Tints of Pale Magenta #F48CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.26%

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

R = 40.53%
G = 23.26%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F48CDA (or 0xF48CDA) is known color: Pale Magenta. HEX triplet: F4, 8C and DA. RGB value is (244,140,218). Sum of RGB (Red+Green+Blue) = 244+140+218=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48CDA is #0B7325. Grayscale: #B3B3B3. Windows color (decimal): -750374 or 14322932. OLE color: 14322932.

HSL color Cylindrical-coordinate representation of color #F48CDA: hue angle of 315º 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 #F48CDA is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 140 218 -
CMYK 0 0.43 0.11 0.04
HSL 315º 0.83% 0.75% -
HSV(B) 315º 0.43% 0.96% -
XYZ 59.34 43.05 71.51 -
YUV 179.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 244 140 218 0 0.43 0.11 0.04 315 0.83 0.75
Hex F4 8C DA 0 2B B 4 13B 53 4B
Octal 364 214 332 0 53 13 4 473 123 113
Binary 11110100 10001100 11011010 0 101011 1011 100 100111011 1010011 1001011

Color Harmonies of #F48CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48CDA

Black with #F48CDA

Text Example


Text Example

White with #F48CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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