Html Css Color HEX #F48ADB Pale Magenta

📋 copy color: '#F48ADB'

red 244 ◦ green 138 ◦ blue 219

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

Shades of Pale Magenta #F48ADB

Tints of Pale Magenta #F48ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 40.6%
G = 22.96%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F48ADB (or 0xF48ADB) is known color: Pale Magenta. HEX triplet: F4, 8A and DB. RGB value is (244,138,219). Sum of RGB (Red+Green+Blue) = 244+138+219=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ADB is #0B7524. Grayscale: #B2B2B2. Windows color (decimal): -750885 or 14387956. OLE color: 14387956.

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

Color convert

RGB 244 138 219 -
CMYK 0 0.43 0.10 0.04
HSL 314.15º 0.83% 0.75% -
HSV(B) 314.15º 0.43% 0.96% -
XYZ 59.18 42.52 72.11 -
YUV 178.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 244 138 219 0 0.43 0.10 0.04 314.15 0.83 0.75
Hex F4 8A DB 0 2B A 4 13A 53 4B
Octal 364 212 333 0 53 12 4 472 123 113
Binary 11110100 10001010 11011011 0 101011 1010 100 100111010 1010011 1001011

Color Harmonies of #F48ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48ADB

Black with #F48ADB

Text Example


Text Example

White with #F48ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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