Html Css Color HEX #F48CDB Pale Magenta

📋 copy color: '#F48CDB'

red 244 ◦ green 140 ◦ blue 219

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

Shades of Pale Magenta #F48CDB

Tints of Pale Magenta #F48CDB

RGB

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

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

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

R = 40.46%
G = 23.22%
B = 36.32%

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

#F48CDB (or 0xF48CDB) is known color: Pale Magenta. HEX triplet: F4, 8C and DB. RGB value is (244,140,219). Sum of RGB (Red+Green+Blue) = 244+140+219=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48CDB is #0B7324. Grayscale: #B3B3B3. Windows color (decimal): -750373 or 14388468. OLE color: 14388468.

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

Color convert

RGB 244 140 219 -
CMYK 0 0.43 0.10 0.04
HSL 314.42º 0.83% 0.75% -
HSV(B) 314.42º 0.43% 0.96% -
XYZ 59.47 43.1 72.2 -
YUV 180.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 244 140 219 0 0.43 0.10 0.04 314.42 0.83 0.75
Hex F4 8C DB 0 2B A 4 13A 53 4B
Octal 364 214 333 0 53 12 4 472 123 113
Binary 11110100 10001100 11011011 0 101011 1010 100 100111010 1010011 1001011

Color Harmonies of #F48CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48CDB

Black with #F48CDB

Text Example


Text Example

White with #F48CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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