Html Css Color HEX #F38BDB Pale Magenta

📋 copy color: '#F38BDB'

red 243 ◦ green 139 ◦ blue 219

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

Shades of Pale Magenta #F38BDB

Tints of Pale Magenta #F38BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.13%

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

R = 40.43%
G = 23.13%
B = 36.44%

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

#F38BDB (or 0xF38BDB) is known color: Pale Magenta. HEX triplet: F3, 8B and DB. RGB value is (243,139,219). Sum of RGB (Red+Green+Blue) = 243+139+219=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BDB is #0C7424. Grayscale: #B2B2B2. Windows color (decimal): -816165 or 14388211. OLE color: 14388211.

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

Color convert

RGB 243 139 219 -
CMYK 0 0.43 0.10 0.05
HSL 313.85º 0.81% 0.75% -
HSV(B) 313.85º 0.43% 0.95% -
XYZ 58.98 42.63 72.14 -
YUV 179.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 243 139 219 0 0.43 0.10 0.05 313.85 0.81 0.75
Hex F3 8B DB 0 2B A 5 13A 51 4B
Octal 363 213 333 0 53 12 5 472 121 113
Binary 11110011 10001011 11011011 0 101011 1010 101 100111010 1010001 1001011

Color Harmonies of #F38BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38BDB

Black with #F38BDB

Text Example


Text Example

White with #F38BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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