Html Css Color HEX #F38FDA Pale Magenta

📋 copy color: '#F38FDA'

red 243 ◦ green 143 ◦ blue 218

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

Shades of Pale Magenta #F38FDA

Tints of Pale Magenta #F38FDA

RGB

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

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

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

R = 40.23%
G = 23.68%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F38FDA (or 0xF38FDA) is known color: Pale Magenta. HEX triplet: F3, 8F and DA. RGB value is (243,143,218). Sum of RGB (Red+Green+Blue) = 243+143+218=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FDA is #0C7025. Grayscale: #B5B5B5. Windows color (decimal): -815142 or 14323699. OLE color: 14323699.

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

Color convert

RGB 243 143 218 -
CMYK 0 0.41 0.10 0.05
HSL 315º 0.81% 0.76% -
HSV(B) 315º 0.41% 0.95% -
XYZ 59.44 43.76 71.64 -
YUV 181.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 243 143 218 0 0.41 0.10 0.05 315 0.81 0.76
Hex F3 8F DA 0 29 A 5 13B 51 4C
Octal 363 217 332 0 51 12 5 473 121 114
Binary 11110011 10001111 11011010 0 101001 1010 101 100111011 1010001 1001100

Color Harmonies of #F38FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38FDA

Black with #F38FDA

Text Example


Text Example

White with #F38FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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