Html Css Color HEX #F38ADB Pale Magenta

📋 copy color: '#F38ADB'

red 243 ◦ green 138 ◦ blue 219

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

Shades of Pale Magenta #F38ADB

Tints of Pale Magenta #F38ADB

RGB

 RED value IS 243 (95.31% from 255) = 40.5%

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

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

R = 40.5%
G = 23%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F38ADB (or 0xF38ADB) is known color: Pale Magenta. HEX triplet: F3, 8A and DB. RGB value is (243,138,219). Sum of RGB (Red+Green+Blue) = 243+138+219=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ADB is #0C7524. Grayscale: #B2B2B2. Windows color (decimal): -816421 or 14387955. OLE color: 14387955.

HSL color Cylindrical-coordinate representation of color #F38ADB: hue angle of 313.71º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38ADB is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 138 219 -
CMYK 0 0.43 0.10 0.05
HSL 313.71º 0.81% 0.75% -
HSV(B) 313.71º 0.43% 0.95% -
XYZ 58.84 42.35 72.09 -
YUV 178.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 243 138 219 0 0.43 0.10 0.05 313.71 0.81 0.75
Hex F3 8A DB 0 2B A 5 13A 51 4B
Octal 363 212 333 0 53 12 5 472 121 113
Binary 11110011 10001010 11011011 0 101011 1010 101 100111010 1010001 1001011

Color Harmonies of #F38ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38ADB

Black with #F38ADB

Text Example


Text Example

White with #F38ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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