Html Css Color HEX #F38BDA Pale Magenta

📋 copy color: '#F38BDA'

red 243 ◦ green 139 ◦ blue 218

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

Shades of Pale Magenta #F38BDA

Tints of Pale Magenta #F38BDA

RGB

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

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

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

R = 40.5%
G = 23.17%
B = 36.33%

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

#F38BDA (or 0xF38BDA) is known color: Pale Magenta. HEX triplet: F3, 8B and DA. RGB value is (243,139,218). Sum of RGB (Red+Green+Blue) = 243+139+218=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 139 (54.69% from 255 or 23.17% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BDA is #0C7425. Grayscale: #B2B2B2. Windows color (decimal): -816166 or 14322675. OLE color: 14322675.

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

Color convert

RGB 243 139 218 -
CMYK 0 0.43 0.10 0.05
HSL 314.42º 0.81% 0.75% -
HSV(B) 314.42º 0.43% 0.95% -
XYZ 58.85 42.58 71.45 -
YUV 179.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 243 139 218 0 0.43 0.10 0.05 314.42 0.81 0.75
Hex F3 8B DA 0 2B A 5 13A 51 4B
Octal 363 213 332 0 53 12 5 472 121 113
Binary 11110011 10001011 11011010 0 101011 1010 101 100111010 1010001 1001011

Color Harmonies of #F38BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38BDA

Black with #F38BDA

Text Example


Text Example

White with #F38BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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