Html Css Color HEX #F38BDC Pale Magenta

📋 copy color: '#F38BDC'

red 243 ◦ green 139 ◦ blue 220

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

Shades of Pale Magenta #F38BDC

Tints of Pale Magenta #F38BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 40.37%
G = 23.09%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F38BDC (or 0xF38BDC) is known color: Pale Magenta. HEX triplet: F3, 8B and DC. RGB value is (243,139,220). Sum of RGB (Red+Green+Blue) = 243+139+220=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BDC is #0C7423. Grayscale: #B3B3B3. Windows color (decimal): -816164 or 14453747. OLE color: 14453747.

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

Color convert

RGB 243 139 220 -
CMYK 0 0.43 0.09 0.05
HSL 313.27º 0.81% 0.75% -
HSV(B) 313.27º 0.43% 0.95% -
XYZ 59.11 42.69 72.83 -
YUV 179.33 150.96 173.41 -
System Red Green Blue C M Y K H S L
Decimal 243 139 220 0 0.43 0.09 0.05 313.27 0.81 0.75
Hex F3 8B DC 0 2B 9 5 139 51 4B
Octal 363 213 334 0 53 11 5 471 121 113
Binary 11110011 10001011 11011100 0 101011 1001 101 100111001 1010001 1001011

Color Harmonies of #F38BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38BDC

Black with #F38BDC

Text Example


Text Example

White with #F38BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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