Html Css Color HEX #F38FDF Pale Magenta

📋 copy color: '#F38FDF'

red 243 ◦ green 143 ◦ blue 223

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

Shades of Pale Magenta #F38FDF

Tints of Pale Magenta #F38FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.62%

R = 39.9%
G = 23.48%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F38FDF (or 0xF38FDF) is known color: Pale Magenta. HEX triplet: F3, 8F and DF. RGB value is (243,143,223). Sum of RGB (Red+Green+Blue) = 243+143+223=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FDF is #0C7020. Grayscale: #B5B5B5. Windows color (decimal): -815137 or 14651379. OLE color: 14651379.

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

Color convert

RGB 243 143 223 -
CMYK 0 0.41 0.08 0.05
HSL 312º 0.81% 0.76% -
HSV(B) 312º 0.41% 0.95% -
XYZ 60.1 44.03 75.14 -
YUV 182.02 151.13 171.5 -
System Red Green Blue C M Y K H S L
Decimal 243 143 223 0 0.41 0.08 0.05 312 0.81 0.76
Hex F3 8F DF 0 29 8 5 138 51 4C
Octal 363 217 337 0 51 10 5 470 121 114
Binary 11110011 10001111 11011111 0 101001 1000 101 100111000 1010001 1001100

Color Harmonies of #F38FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38FDF

Black with #F38FDF

Text Example


Text Example

White with #F38FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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