Html Css Color HEX #F38FDC Pale Magenta

📋 copy color: '#F38FDC'

red 243 ◦ green 143 ◦ blue 220

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

Shades of Pale Magenta #F38FDC

Tints of Pale Magenta #F38FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.6%

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

R = 40.1%
G = 23.6%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F38FDC (or 0xF38FDC) is known color: Pale Magenta. HEX triplet: F3, 8F and DC. RGB value is (243,143,220). Sum of RGB (Red+Green+Blue) = 243+143+220=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FDC is #0C7023. Grayscale: #B5B5B5. Windows color (decimal): -815140 or 14454771. OLE color: 14454771.

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

Color convert

RGB 243 143 220 -
CMYK 0 0.41 0.09 0.05
HSL 313.8º 0.81% 0.76% -
HSV(B) 313.8º 0.41% 0.95% -
XYZ 59.7 43.87 73.03 -
YUV 181.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 243 143 220 0 0.41 0.09 0.05 313.8 0.81 0.76
Hex F3 8F DC 0 29 9 5 13A 51 4C
Octal 363 217 334 0 51 11 5 472 121 114
Binary 11110011 10001111 11011100 0 101001 1001 101 100111010 1010001 1001100

Color Harmonies of #F38FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38FDC

Black with #F38FDC

Text Example


Text Example

White with #F38FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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